Html Css Color HEX #892EB4 Dark Orchid

📋 copy color: '#892EB4'

red 137 ◦ green 46 ◦ blue 180

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

Shades of Dark Orchid #892EB4

Tints of Dark Orchid #892EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 37.74%
G = 12.67%
B = 49.59%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#892EB4 (or 0x892EB4) is known color: Dark Orchid. HEX triplet: 89, 2E and B4. RGB value is (137,46,180). Sum of RGB (Red+Green+Blue) = 137+46+180=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #892EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EB4 is #76D14B. Grayscale: #585858. Windows color (decimal): -7786828 or 11808393. OLE color: 11808393.

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

Color convert

RGB 137 46 180 -
CMYK 0.24 0.74 0 0.29
HSL 280.75º 0.59% 0.44% -
HSV(B) 280.75º 0.74% 0.71% -
XYZ 19.53 10.57 44.19 -
YUV 88.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 137 46 180 0.24 0.74 0 0.29 280.75 0.59 0.44
Hex 89 2E B4 18 4A 0 1D 119 3B 2C
Octal 211 56 264 30 112 0 35 431 73 54
Binary 10001001 101110 10110100 11000 1001010 0 11101 100011001 111011 101100

Color Harmonies of #892EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892EB4

Black with #892EB4

Text Example


Text Example

White with #892EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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