#8938CD

Color #8938CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8938CD

Tints of Dark Orchid #8938CD

Color information

#8938CD (or 0x8938CD) is unknown color: approx Dark Orchid. HEX triplet: 89, 38 and CD. RGB value is (137,56,205). Sum of RGB (Red+Green+Blue) = 137+56+205=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #8938CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938CD is #76C732. Grayscale: #606060. Windows color (decimal): -7784243 or 13449353. OLE color: 13449353.

HSL color Cylindrical-coordinate representation of color #8938CD: hue angle of 272.62º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8938CD is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13756205-
CMYK0.330.7300.20
HSL272.62º59.84%51.18%-
HSV(B)272.62º72.68%80.39%-
XYZ22.7512.5558.98-
YUV97.21188.84156.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 56 (22.27% from 255) = 14.07%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=34.42%
G=14.07%
B=51.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137562050.330.7300.20272.6259.8451.18
Hex8938CD21490141113c33
Octal21170315411110244217463
Binary10001001111000110011011000011001001010100100010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8938CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8938CD; }

 p { color: rgb(137,56,205); }

 H1.HeaderClassName
 {
   color: #8938CD;
 }
 .AnyTagClassName
 {
   color: #8938CD;
 }
</style>
background-color css

<style>
 a { background-color: #8938CD; }

 a { background-color: rgb(137,56,205); }

 div.DivClassName
 {
   background-color: #8938CD;
 }
 .BgClassName
 {
   background-color: #8938CD;
 }
</style>
border-color css

<style>
 span { border-color: #8938CD; }

 span { border-color: rgb(137,56,205); }

 td.TdClassName
 {
   border-color: #8938CD;
 }
 .TagClassName
 {
   border-color: #8938CD;
 }
</style>