Html Css Color HEX #892DB5 Dark Orchid

📋 copy color: '#892DB5'

red 137 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #892DB5

Tints of Dark Orchid #892DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 37.74%
G = 12.4%
B = 49.86%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#892DB5 (or 0x892DB5) is known color: Dark Orchid. HEX triplet: 89, 2D and B5. RGB value is (137,45,181). Sum of RGB (Red+Green+Blue) = 137+45+181=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #892DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DB5 is #76D24A. Grayscale: #575757. Windows color (decimal): -7787083 or 11873673. OLE color: 11873673.

HSL color Cylindrical-coordinate representation of color #892DB5: hue angle of 280.59º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892DB5 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 45 181 -
CMYK 0.24 0.75 0 0.29
HSL 280.59º 0.6% 0.44% -
HSV(B) 280.59º 0.75% 0.71% -
XYZ 19.6 10.53 44.72 -
YUV 88.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 137 45 181 0.24 0.75 0 0.29 280.59 0.6 0.44
Hex 89 2D B5 18 4B 0 1D 119 3C 2C
Octal 211 55 265 30 113 0 35 431 74 54
Binary 10001001 101101 10110101 11000 1001011 0 11101 100011001 111100 101100

Color Harmonies of #892DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892DB5

Black with #892DB5

Text Example


Text Example

White with #892DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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