Html Css Color HEX #892ABA Dark Orchid

📋 copy color: '#892ABA'

red 137 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #892ABA

Tints of Dark Orchid #892ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 37.53%
G = 11.51%
B = 50.96%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#892ABA (or 0x892ABA) is known color: Dark Orchid. HEX triplet: 89, 2A and BA. RGB value is (137,42,186). Sum of RGB (Red+Green+Blue) = 137+42+186=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #892ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ABA is #76D545. Grayscale: #565656. Windows color (decimal): -7787846 or 12200585. OLE color: 12200585.

HSL color Cylindrical-coordinate representation of color #892ABA: hue angle of 279.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892ABA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 42 186 -
CMYK 0.26 0.77 0 0.27
HSL 279.58º 0.63% 0.45% -
HSV(B) 279.58º 0.77% 0.73% -
XYZ 20.01 10.52 47.43 -
YUV 86.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 137 42 186 0.26 0.77 0 0.27 279.58 0.63 0.45
Hex 89 2A BA 1A 4D 0 1B 118 3F 2D
Octal 211 52 272 32 115 0 33 430 77 55
Binary 10001001 101010 10111010 11010 1001101 0 11011 100011000 111111 101101

Color Harmonies of #892ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ABA

Black with #892ABA

Text Example


Text Example

White with #892ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,42,186); }

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

background-color css

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

 a { background-color: rgb(137,42,186); }

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

border-color css

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

 span { border-color: rgb(137,42,186); }

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