Html Css Color HEX #892DAF Dark Orchid

📋 copy color: '#892DAF'

red 137 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #892DAF

Tints of Dark Orchid #892DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.61%

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

R = 38.38%
G = 12.61%
B = 49.02%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#892DAF (or 0x892DAF) is known color: Dark Orchid. HEX triplet: 89, 2D and AF. RGB value is (137,45,175). Sum of RGB (Red+Green+Blue) = 137+45+175=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #892DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892DAF is #76D250. Grayscale: #565656. Windows color (decimal): -7787089 or 11480457. OLE color: 11480457.

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

Color convert

RGB 137 45 175 -
CMYK 0.22 0.74 0 0.31
HSL 282.46º 0.59% 0.43% -
HSV(B) 282.46º 0.74% 0.69% -
XYZ 18.99 10.29 41.54 -
YUV 87.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 137 45 175 0.22 0.74 0 0.31 282.46 0.59 0.43
Hex 89 2D AF 16 4A 0 1F 11A 3B 2B
Octal 211 55 257 26 112 0 37 432 73 53
Binary 10001001 101101 10101111 10110 1001010 0 11111 100011010 111011 101011

Color Harmonies of #892DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892DAF

Black with #892DAF

Text Example


Text Example

White with #892DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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