Html Css Color HEX #8924BC Dark Orchid

📋 copy color: '#8924BC'

red 137 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #8924BC

Tints of Dark Orchid #8924BC

RGB

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

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

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

R = 37.95%
G = 9.97%
B = 52.08%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8924BC (or 0x8924BC) is known color: Dark Orchid. HEX triplet: 89, 24 and BC. RGB value is (137,36,188). Sum of RGB (Red+Green+Blue) = 137+36+188=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #8924BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8924BC is #76DB43. Grayscale: #535353. Windows color (decimal): -7789380 or 12330121. OLE color: 12330121.

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

Color convert

RGB 137 36 188 -
CMYK 0.27 0.81 0 0.26
HSL 279.87º 0.68% 0.44% -
HSV(B) 279.87º 0.81% 0.74% -
XYZ 20.02 10.21 48.49 -
YUV 83.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 137 36 188 0.27 0.81 0 0.26 279.87 0.68 0.44
Hex 89 24 BC 1B 51 0 1A 118 44 2C
Octal 211 44 274 33 121 0 32 430 104 54
Binary 10001001 100100 10111100 11011 1010001 0 11010 100011000 1000100 101100

Color Harmonies of #8924BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8924BC

Black with #8924BC

Text Example


Text Example

White with #8924BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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