Html Css Color HEX #8B21CC Dark Orchid

📋 copy color: '#8B21CC'

red 139 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #8B21CC

Tints of Dark Orchid #8B21CC

RGB

 RED value IS 139 (54.69% from 255) = 36.97%

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

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

R = 36.97%
G = 8.78%
B = 54.26%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8B21CC (or 0x8B21CC) is known color: Dark Orchid. HEX triplet: 8B, 21 and CC. RGB value is (139,33,204). Sum of RGB (Red+Green+Blue) = 139+33+204=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B21CC is #74DE33. Grayscale: #535353. Windows color (decimal): -7659060 or 13377931. OLE color: 13377931.

HSL color Cylindrical-coordinate representation of color #8B21CC: hue angle of 277.19º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B21CC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 33 204 -
CMYK 0.32 0.84 0 0.2
HSL 277.19º 0.72% 0.46% -
HSV(B) 277.19º 0.84% 0.8% -
XYZ 22.09 10.94 58.07 -
YUV 84.19 195.62 167.1 -
System Red Green Blue C M Y K H S L
Decimal 139 33 204 0.32 0.84 0 0.2 277.19 0.72 0.46
Hex 8B 21 CC 20 54 0 14 115 48 2E
Octal 213 41 314 40 124 0 24 425 110 56
Binary 10001011 100001 11001100 100000 1010100 0 10100 100010101 1001000 101110

Color Harmonies of #8B21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B21CC

Black with #8B21CC

Text Example


Text Example

White with #8B21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,33,204); }

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

background-color css

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

 a { background-color: rgb(139,33,204); }

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

border-color css

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

 span { border-color: rgb(139,33,204); }

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