Html Css Color HEX #892EB6 Dark Orchid

📋 copy color: '#892EB6'

red 137 ◦ green 46 ◦ blue 182

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

Shades of Dark Orchid #892EB6

Tints of Dark Orchid #892EB6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 37.53%
G = 12.6%
B = 49.86%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#892EB6 (or 0x892EB6) is known color: Dark Orchid. HEX triplet: 89, 2E and B6. RGB value is (137,46,182). Sum of RGB (Red+Green+Blue) = 137+46+182=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #892EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EB6 is #76D149. Grayscale: #585858. Windows color (decimal): -7786826 or 11939465. OLE color: 11939465.

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

Color convert

RGB 137 46 182 -
CMYK 0.25 0.75 0 0.29
HSL 280.15º 0.6% 0.45% -
HSV(B) 280.15º 0.75% 0.71% -
XYZ 19.74 10.65 45.27 -
YUV 88.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 137 46 182 0.25 0.75 0 0.29 280.15 0.6 0.45
Hex 89 2E B6 19 4B 0 1D 118 3C 2D
Octal 211 56 266 31 113 0 35 430 74 55
Binary 10001001 101110 10110110 11001 1001011 0 11101 100011000 111100 101101

Color Harmonies of #892EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892EB6

Black with #892EB6

Text Example


Text Example

White with #892EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,46,182); }

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

background-color css

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

 a { background-color: rgb(137,46,182); }

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

border-color css

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

 span { border-color: rgb(137,46,182); }

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