Html Css Color HEX #8924B2 Dark Orchid

📋 copy color: '#8924B2'

red 137 ◦ green 36 ◦ blue 178

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

Shades of Dark Orchid #8924B2

Tints of Dark Orchid #8924B2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

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

R = 39.03%
G = 10.26%
B = 50.71%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8924B2 (or 0x8924B2) is known color: Dark Orchid. HEX triplet: 89, 24 and B2. RGB value is (137,36,178). Sum of RGB (Red+Green+Blue) = 137+36+178=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #8924B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8924B2 is #76DB4D. Grayscale: #515151. Windows color (decimal): -7789390 or 11674761. OLE color: 11674761.

HSL color Cylindrical-coordinate representation of color #8924B2: hue angle of 282.68º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8924B2 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 36 178 -
CMYK 0.23 0.80 0 0.30
HSL 282.68º 0.66% 0.42% -
HSV(B) 282.68º 0.8% 0.7% -
XYZ 18.98 9.79 43.01 -
YUV 82.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 137 36 178 0.23 0.80 0 0.30 282.68 0.66 0.42
Hex 89 24 B2 17 50 0 1E 11B 42 2A
Octal 211 44 262 27 120 0 36 433 102 52
Binary 10001001 100100 10110010 10111 1010000 0 11110 100011011 1000010 101010

Color Harmonies of #8924B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8924B2

Black with #8924B2

Text Example


Text Example

White with #8924B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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