Html Css Color HEX #8932BC Dark Orchid

📋 copy color: '#8932BC'

red 137 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #8932BC

Tints of Dark Orchid #8932BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

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

R = 36.53%
G = 13.33%
B = 50.13%

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

#8932BC (or 0x8932BC) is known color: Dark Orchid. HEX triplet: 89, 32 and BC. RGB value is (137,50,188). Sum of RGB (Red+Green+Blue) = 137+50+188=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8932BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8932BC is #76CD43. Grayscale: #5B5B5B. Windows color (decimal): -7785796 or 12333705. OLE color: 12333705.

HSL color Cylindrical-coordinate representation of color #8932BC: hue angle of 277.83º degrees, saturation: 0.58, 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 #8932BC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 50 188 -
CMYK 0.27 0.73 0 0.26
HSL 277.83º 0.58% 0.47% -
HSV(B) 277.83º 0.73% 0.74% -
XYZ 20.53 11.23 48.66 -
YUV 91.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 137 50 188 0.27 0.73 0 0.26 277.83 0.58 0.47
Hex 89 32 BC 1B 49 0 1A 116 3A 2F
Octal 211 62 274 33 111 0 32 426 72 57
Binary 10001001 110010 10111100 11011 1001001 0 11010 100010110 111010 101111

Color Harmonies of #8932BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8932BC

Black with #8932BC

Text Example


Text Example

White with #8932BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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