Html Css Color HEX #8933BC Dark Orchid

📋 copy color: '#8933BC'

red 137 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #8933BC

Tints of Dark Orchid #8933BC

RGB

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

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

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

R = 36.44%
G = 13.56%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8933BC (or 0x8933BC) is known color: Dark Orchid. HEX triplet: 89, 33 and BC. RGB value is (137,51,188). Sum of RGB (Red+Green+Blue) = 137+51+188=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #8933BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933BC is #76CC43. Grayscale: #5B5B5B. Windows color (decimal): -7785540 or 12333961. OLE color: 12333961.

HSL color Cylindrical-coordinate representation of color #8933BC: hue angle of 277.66º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8933BC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 51 188 -
CMYK 0.27 0.73 0 0.26
HSL 277.66º 0.57% 0.47% -
HSV(B) 277.66º 0.73% 0.74% -
XYZ 20.58 11.32 48.68 -
YUV 92.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 137 51 188 0.27 0.73 0 0.26 277.66 0.57 0.47
Hex 89 33 BC 1B 49 0 1A 116 39 2F
Octal 211 63 274 33 111 0 32 426 71 57
Binary 10001001 110011 10111100 11011 1001001 0 11010 100010110 111001 101111

Color Harmonies of #8933BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8933BC

Black with #8933BC

Text Example


Text Example

White with #8933BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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