Html Css Color HEX #892ABE Dark Orchid

📋 copy color: '#892ABE'

red 137 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #892ABE

Tints of Dark Orchid #892ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 37.13%
G = 11.38%
B = 51.49%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#892ABE (or 0x892ABE) is known color: Dark Orchid. HEX triplet: 89, 2A and BE. RGB value is (137,42,190). Sum of RGB (Red+Green+Blue) = 137+42+190=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #892ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ABE is #76D541. Grayscale: #565656. Windows color (decimal): -7787842 or 12462729. OLE color: 12462729.

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

Color convert

RGB 137 42 190 -
CMYK 0.28 0.78 0 0.25
HSL 278.51º 0.64% 0.45% -
HSV(B) 278.51º 0.78% 0.75% -
XYZ 20.44 10.69 49.7 -
YUV 87.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 137 42 190 0.28 0.78 0 0.25 278.51 0.64 0.45
Hex 89 2A BE 1C 4E 0 19 117 40 2D
Octal 211 52 276 34 116 0 31 427 100 55
Binary 10001001 101010 10111110 11100 1001110 0 11001 100010111 1000000 101101

Color Harmonies of #892ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ABE

Black with #892ABE

Text Example


Text Example

White with #892ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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