Html Css Color HEX #8C44D2 Dark Orchid

📋 copy color: '#8C44D2'

red 140 ◦ green 68 ◦ blue 210

#8C44D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8C44D2

Tints of Dark Orchid #8C44D2

RGB

 RED value IS 140 (55.08% from 255) = 33.49%

 GREEN value IS 68 (26.95% from 255) = 16.27%

 BLUE value IS 210 (82.42% from 255) = 50.24%

R = 33.49%
G = 16.27%
B = 50.24%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C44D2 (or 0x8C44D2) is known color: Dark Orchid. HEX triplet: 8C, 44 and D2. RGB value is (140,68,210). Sum of RGB (Red+Green+Blue) = 140+68+210=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #8C44D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C44D2 is #73BB2D. Grayscale: #696969. Windows color (decimal): -7584558 or 13780108. OLE color: 13780108.

HSL color Cylindrical-coordinate representation of color #8C44D2: hue angle of 270.42º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C44D2 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 68 210 -
CMYK 0.33 0.68 0 0.18
HSL 270.42º 0.61% 0.55% -
HSV(B) 270.42º 0.68% 0.82% -
XYZ 24.52 14.36 62.45 -
YUV 105.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 140 68 210 0.33 0.68 0 0.18 270.42 0.61 0.55
Hex 8C 44 D2 21 44 0 12 10E 3D 37
Octal 214 104 322 41 104 0 22 416 75 67
Binary 10001100 1000100 11010010 100001 1000100 0 10010 100001110 111101 110111

Color Harmonies of #8C44D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C44D2

Black with #8C44D2

Text Example


Text Example

White with #8C44D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C44D2; }

 p { color: rgb(140,68,210); }

 H1.HeaderClassName
 {
   color: #8C44D2;
 }
 .AnyTagClassName
 {
   color: #8C44D2;
 }
</style>

background-color css

<style>
 a { background-color: #8C44D2; }

 a { background-color: rgb(140,68,210); }

 div.DivClassName
 {
   background-color: #8C44D2;
 }
 .BgClassName
 {
   background-color: #8C44D2;
 }
</style>

border-color css

<style>
 span { border-color: #8C44D2; }

 span { border-color: rgb(140,68,210); }

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