Html Css Color HEX #8C21BE Dark Orchid

📋 copy color: '#8C21BE'

red 140 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #8C21BE

Tints of Dark Orchid #8C21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 38.57%
G = 9.09%
B = 52.34%

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

#8C21BE (or 0x8C21BE) is known color: Dark Orchid. HEX triplet: 8C, 21 and BE. RGB value is (140,33,190). Sum of RGB (Red+Green+Blue) = 140+33+190=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21BE is #73DE41. Grayscale: #525252. Windows color (decimal): -7593538 or 12460428. OLE color: 12460428.

HSL color Cylindrical-coordinate representation of color #8C21BE: hue angle of 280.89º degrees, saturation: 0.7, 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 #8C21BE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 33 190 -
CMYK 0.26 0.83 0 0.25
HSL 280.89º 0.7% 0.44% -
HSV(B) 280.89º 0.83% 0.75% -
XYZ 20.65 10.38 49.63 -
YUV 82.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 140 33 190 0.26 0.83 0 0.25 280.89 0.7 0.44
Hex 8C 21 BE 1A 53 0 19 119 46 2C
Octal 214 41 276 32 123 0 31 431 106 54
Binary 10001100 100001 10111110 11010 1010011 0 11001 100011001 1000110 101100

Color Harmonies of #8C21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C21BE

Black with #8C21BE

Text Example


Text Example

White with #8C21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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