Html Css Color HEX #8C44C9 Dark Orchid

📋 copy color: '#8C44C9'

red 140 ◦ green 68 ◦ blue 201

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

Shades of Dark Orchid #8C44C9

Tints of Dark Orchid #8C44C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.14%

R = 34.23%
G = 16.63%
B = 49.14%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C44C9 (or 0x8C44C9) is known color: Dark Orchid. HEX triplet: 8C, 44 and C9. RGB value is (140,68,201). Sum of RGB (Red+Green+Blue) = 140+68+201=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C44C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C44C9 is #73BB36. Grayscale: #686868. Windows color (decimal): -7584567 or 13190284. OLE color: 13190284.

HSL color Cylindrical-coordinate representation of color #8C44C9: hue angle of 272.48º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C44C9 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 68 201 -
CMYK 0.30 0.66 0 0.21
HSL 272.48º 0.55% 0.53% -
HSV(B) 272.48º 0.66% 0.79% -
XYZ 23.42 13.93 56.71 -
YUV 104.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 140 68 201 0.30 0.66 0 0.21 272.48 0.55 0.53
Hex 8C 44 C9 1E 42 0 15 110 37 35
Octal 214 104 311 36 102 0 25 420 67 65
Binary 10001100 1000100 11001001 11110 1000010 0 10101 100010000 110111 110101

Color Harmonies of #8C44C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C44C9

Black with #8C44C9

Text Example


Text Example

White with #8C44C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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