Html Css Color HEX #892BBE Dark Orchid

📋 copy color: '#892BBE'

red 137 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #892BBE

Tints of Dark Orchid #892BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.62%

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

R = 37.03%
G = 11.62%
B = 51.35%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#892BBE (or 0x892BBE) is known color: Dark Orchid. HEX triplet: 89, 2B and BE. RGB value is (137,43,190). Sum of RGB (Red+Green+Blue) = 137+43+190=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #892BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BBE is #76D441. Grayscale: #575757. Windows color (decimal): -7787586 or 12462985. OLE color: 12462985.

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

Color convert

RGB 137 43 190 -
CMYK 0.28 0.77 0 0.25
HSL 278.37º 0.63% 0.46% -
HSV(B) 278.37º 0.77% 0.75% -
XYZ 20.47 10.76 49.71 -
YUV 87.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 137 43 190 0.28 0.77 0 0.25 278.37 0.63 0.46
Hex 89 2B BE 1C 4D 0 19 116 3F 2E
Octal 211 53 276 34 115 0 31 426 77 56
Binary 10001001 101011 10111110 11100 1001101 0 11001 100010110 111111 101110

Color Harmonies of #892BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BBE

Black with #892BBE

Text Example


Text Example

White with #892BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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