Html Css Color HEX #892EBB Dark Orchid

📋 copy color: '#892EBB'

red 137 ◦ green 46 ◦ blue 187

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

Shades of Dark Orchid #892EBB

Tints of Dark Orchid #892EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 37.03%
G = 12.43%
B = 50.54%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#892EBB (or 0x892EBB) is known color: Dark Orchid. HEX triplet: 89, 2E and BB. RGB value is (137,46,187). Sum of RGB (Red+Green+Blue) = 137+46+187=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #892EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EBB is #76D144. Grayscale: #585858. Windows color (decimal): -7786821 or 12267145. OLE color: 12267145.

HSL color Cylindrical-coordinate representation of color #892EBB: hue angle of 278.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892EBB is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 46 187 -
CMYK 0.27 0.75 0 0.27
HSL 278.72º 0.61% 0.46% -
HSV(B) 278.72º 0.75% 0.73% -
XYZ 20.26 10.86 48.04 -
YUV 89.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 137 46 187 0.27 0.75 0 0.27 278.72 0.61 0.46
Hex 89 2E BB 1B 4B 0 1B 117 3D 2E
Octal 211 56 273 33 113 0 33 427 75 56
Binary 10001001 101110 10111011 11011 1001011 0 11011 100010111 111101 101110

Color Harmonies of #892EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892EBB

Black with #892EBB

Text Example


Text Example

White with #892EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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