Html Css Color HEX #8C20BC Dark Orchid

📋 copy color: '#8C20BC'

red 140 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #8C20BC

Tints of Dark Orchid #8C20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 38.89%
G = 8.89%
B = 52.22%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C20BC (or 0x8C20BC) is known color: Dark Orchid. HEX triplet: 8C, 20 and BC. RGB value is (140,32,188). Sum of RGB (Red+Green+Blue) = 140+32+188=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20BC is #73DF43. Grayscale: #515151. Windows color (decimal): -7593796 or 12329100. OLE color: 12329100.

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

Color convert

RGB 140 32 188 -
CMYK 0.26 0.83 0 0.26
HSL 281.54º 0.71% 0.43% -
HSV(B) 281.54º 0.83% 0.74% -
XYZ 20.41 10.24 48.48 -
YUV 82.08 187.78 169.32 -
System Red Green Blue C M Y K H S L
Decimal 140 32 188 0.26 0.83 0 0.26 281.54 0.71 0.43
Hex 8C 20 BC 1A 53 0 1A 11A 47 2B
Octal 214 40 274 32 123 0 32 432 107 53
Binary 10001100 100000 10111100 11010 1010011 0 11010 100011010 1000111 101011

Color Harmonies of #8C20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C20BC

Black with #8C20BC

Text Example


Text Example

White with #8C20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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