Html Css Color HEX #8924AF Dark Orchid

📋 copy color: '#8924AF'

red 137 ◦ green 36 ◦ blue 175

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

Shades of Dark Orchid #8924AF

Tints of Dark Orchid #8924AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 39.37%
G = 10.34%
B = 50.29%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8924AF (or 0x8924AF) is known color: Dark Orchid. HEX triplet: 89, 24 and AF. RGB value is (137,36,175). Sum of RGB (Red+Green+Blue) = 137+36+175=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #8924AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8924AF is #76DB50. Grayscale: #515151. Windows color (decimal): -7789393 or 11478153. OLE color: 11478153.

HSL color Cylindrical-coordinate representation of color #8924AF: hue angle of 283.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8924AF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 36 175 -
CMYK 0.22 0.79 0 0.31
HSL 283.6º 0.66% 0.41% -
HSV(B) 283.6º 0.79% 0.69% -
XYZ 18.69 9.68 41.44 -
YUV 82.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 137 36 175 0.22 0.79 0 0.31 283.6 0.66 0.41
Hex 89 24 AF 16 4F 0 1F 11C 42 29
Octal 211 44 257 26 117 0 37 434 102 51
Binary 10001001 100100 10101111 10110 1001111 0 11111 100011100 1000010 101001

Color Harmonies of #8924AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8924AF

Black with #8924AF

Text Example


Text Example

White with #8924AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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