Html Css Color HEX #892FAF Dark Orchid

📋 copy color: '#892FAF'

red 137 ◦ green 47 ◦ blue 175

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

Shades of Dark Orchid #892FAF

Tints of Dark Orchid #892FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.09%

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

R = 38.16%
G = 13.09%
B = 48.75%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#892FAF (or 0x892FAF) is known color: Dark Orchid. HEX triplet: 89, 2F and AF. RGB value is (137,47,175). Sum of RGB (Red+Green+Blue) = 137+47+175=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #892FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892FAF is #76D050. Grayscale: #585858. Windows color (decimal): -7786577 or 11480969. OLE color: 11480969.

HSL color Cylindrical-coordinate representation of color #892FAF: hue angle of 282.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892FAF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 47 175 -
CMYK 0.22 0.73 0 0.31
HSL 282.19º 0.58% 0.44% -
HSV(B) 282.19º 0.73% 0.69% -
XYZ 19.07 10.45 41.57 -
YUV 88.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 137 47 175 0.22 0.73 0 0.31 282.19 0.58 0.44
Hex 89 2F AF 16 49 0 1F 11A 3A 2C
Octal 211 57 257 26 111 0 37 432 72 54
Binary 10001001 101111 10101111 10110 1001001 0 11111 100011010 111010 101100

Color Harmonies of #892FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892FAF

Black with #892FAF

Text Example


Text Example

White with #892FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892FAF; }

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

 H1.HeaderClassName
 {
   color: #892FAF;
 }
 .AnyTagClassName
 {
   color: #892FAF;
 }
</style>

background-color css

<style>
 a { background-color: #892FAF; }

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

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

border-color css

<style>
 span { border-color: #892FAF; }

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

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