Html Css Color HEX #8931B2 Dark Orchid

📋 copy color: '#8931B2'

red 137 ◦ green 49 ◦ blue 178

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

Shades of Dark Orchid #8931B2

Tints of Dark Orchid #8931B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.46%

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 37.64%
G = 13.46%
B = 48.9%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8931B2 (or 0x8931B2) is known color: Dark Orchid. HEX triplet: 89, 31 and B2. RGB value is (137,49,178). Sum of RGB (Red+Green+Blue) = 137+49+178=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #8931B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8931B2 is #76CE4D. Grayscale: #595959. Windows color (decimal): -7786062 or 11678089. OLE color: 11678089.

HSL color Cylindrical-coordinate representation of color #8931B2: hue angle of 280.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8931B2 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 49 178 -
CMYK 0.23 0.72 0 0.30
HSL 280.93º 0.57% 0.45% -
HSV(B) 280.93º 0.72% 0.7% -
XYZ 19.45 10.73 43.17 -
YUV 90.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 137 49 178 0.23 0.72 0 0.30 280.93 0.57 0.45
Hex 89 31 B2 17 48 0 1E 119 39 2D
Octal 211 61 262 27 110 0 36 431 71 55
Binary 10001001 110001 10110010 10111 1001000 0 11110 100011001 111001 101101

Color Harmonies of #8931B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8931B2

Black with #8931B2

Text Example


Text Example

White with #8931B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8931B2; }

 p { color: rgb(137,49,178); }

 H1.HeaderClassName
 {
   color: #8931B2;
 }
 .AnyTagClassName
 {
   color: #8931B2;
 }
</style>

background-color css

<style>
 a { background-color: #8931B2; }

 a { background-color: rgb(137,49,178); }

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

border-color css

<style>
 span { border-color: #8931B2; }

 span { border-color: rgb(137,49,178); }

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