Html Css Color HEX #8933CB Dark Orchid

📋 copy color: '#8933CB'

red 137 ◦ green 51 ◦ blue 203

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

Shades of Dark Orchid #8933CB

Tints of Dark Orchid #8933CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.04%

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

R = 35.04%
G = 13.04%
B = 51.92%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8933CB (or 0x8933CB) is known color: Dark Orchid. HEX triplet: 89, 33 and CB. RGB value is (137,51,203). Sum of RGB (Red+Green+Blue) = 137+51+203=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #8933CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933CB is #76CC34. Grayscale: #5D5D5D. Windows color (decimal): -7785525 or 13317001. OLE color: 13317001.

HSL color Cylindrical-coordinate representation of color #8933CB: hue angle of 273.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8933CB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 51 203 -
CMYK 0.33 0.75 0 0.20
HSL 273.95º 0.6% 0.5% -
HSV(B) 273.95º 0.75% 0.8% -
XYZ 22.28 12 57.64 -
YUV 94.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 137 51 203 0.33 0.75 0 0.20 273.95 0.6 0.5
Hex 89 33 CB 21 4B 0 14 112 3C 32
Octal 211 63 313 41 113 0 24 422 74 62
Binary 10001001 110011 11001011 100001 1001011 0 10100 100010010 111100 110010

Color Harmonies of #8933CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8933CB

Black with #8933CB

Text Example


Text Example

White with #8933CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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