Html Css Color HEX #8C2ACC Dark Orchid

📋 copy color: '#8C2ACC'

red 140 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #8C2ACC

Tints of Dark Orchid #8C2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 36.27%
G = 10.88%
B = 52.85%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C2ACC (or 0x8C2ACC) is known color: Dark Orchid. HEX triplet: 8C, 2A and CC. RGB value is (140,42,204). Sum of RGB (Red+Green+Blue) = 140+42+204=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2ACC is #73D533. Grayscale: #595959. Windows color (decimal): -7591220 or 13380236. OLE color: 13380236.

HSL color Cylindrical-coordinate representation of color #8C2ACC: hue angle of 276.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2ACC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 42 204 -
CMYK 0.31 0.79 0 0.2
HSL 276.3º 0.66% 0.48% -
HSV(B) 276.3º 0.79% 0.8% -
XYZ 22.54 11.59 58.18 -
YUV 89.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 140 42 204 0.31 0.79 0 0.2 276.3 0.66 0.48
Hex 8C 2A CC 1F 4F 0 14 114 42 30
Octal 214 52 314 37 117 0 24 424 102 60
Binary 10001100 101010 11001100 11111 1001111 0 10100 100010100 1000010 110000

Color Harmonies of #8C2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2ACC

Black with #8C2ACC

Text Example


Text Example

White with #8C2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,42,204); }

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

background-color css

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

 a { background-color: rgb(140,42,204); }

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

border-color css

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

 span { border-color: rgb(140,42,204); }

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