Html Css Color HEX #8921CB Dark Orchid

📋 copy color: '#8921CB'

red 137 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #8921CB

Tints of Dark Orchid #8921CB

RGB

 RED value IS 137 (53.91% from 255) = 36.73%

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

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 36.73%
G = 8.85%
B = 54.42%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8921CB (or 0x8921CB) is known color: Dark Orchid. HEX triplet: 89, 21 and CB. RGB value is (137,33,203). Sum of RGB (Red+Green+Blue) = 137+33+203=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #8921CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8921CB is #76DE34. Grayscale: #525252. Windows color (decimal): -7790133 or 13312393. OLE color: 13312393.

HSL color Cylindrical-coordinate representation of color #8921CB: hue angle of 276.71º 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 #8921CB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 33 203 -
CMYK 0.33 0.84 0 0.20
HSL 276.71º 0.72% 0.46% -
HSV(B) 276.71º 0.84% 0.8% -
XYZ 21.64 10.72 57.43 -
YUV 83.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 137 33 203 0.33 0.84 0 0.20 276.71 0.72 0.46
Hex 89 21 CB 21 54 0 14 115 48 2E
Octal 211 41 313 41 124 0 24 425 110 56
Binary 10001001 100001 11001011 100001 1010100 0 10100 100010101 1001000 101110

Color Harmonies of #8921CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8921CB

Black with #8921CB

Text Example


Text Example

White with #8921CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8921CB; }

 p { color: rgb(137,33,203); }

 H1.HeaderClassName
 {
   color: #8921CB;
 }
 .AnyTagClassName
 {
   color: #8921CB;
 }
</style>

background-color css

<style>
 a { background-color: #8921CB; }

 a { background-color: rgb(137,33,203); }

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

border-color css

<style>
 span { border-color: #8921CB; }

 span { border-color: rgb(137,33,203); }

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