Html Css Color HEX #8C20BE Dark Orchid

📋 copy color: '#8C20BE'

red 140 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #8C20BE

Tints of Dark Orchid #8C20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 38.67%
G = 8.84%
B = 52.49%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C20BE (or 0x8C20BE) is known color: Dark Orchid. HEX triplet: 8C, 20 and BE. RGB value is (140,32,190). Sum of RGB (Red+Green+Blue) = 140+32+190=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20BE is #73DF41. Grayscale: #515151. Windows color (decimal): -7593794 or 12460172. OLE color: 12460172.

HSL color Cylindrical-coordinate representation of color #8C20BE: hue angle of 281.01º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C20BE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 32 190 -
CMYK 0.26 0.83 0 0.25
HSL 281.01º 0.71% 0.44% -
HSV(B) 281.01º 0.83% 0.75% -
XYZ 20.63 10.33 49.62 -
YUV 82.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 140 32 190 0.26 0.83 0 0.25 281.01 0.71 0.44
Hex 8C 20 BE 1A 53 0 19 119 47 2C
Octal 214 40 276 32 123 0 31 431 107 54
Binary 10001100 100000 10111110 11010 1010011 0 11001 100011001 1000111 101100

Color Harmonies of #8C20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C20BE

Black with #8C20BE

Text Example


Text Example

White with #8C20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,32,190); }

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

background-color css

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

 a { background-color: rgb(140,32,190); }

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

border-color css

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

 span { border-color: rgb(140,32,190); }

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