Html Css Color HEX #892DBE Dark Orchid

📋 copy color: '#892DBE'

red 137 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #892DBE

Tints of Dark Orchid #892DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

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

R = 36.83%
G = 12.1%
B = 51.08%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#892DBE (or 0x892DBE) is known color: Dark Orchid. HEX triplet: 89, 2D and BE. RGB value is (137,45,190). Sum of RGB (Red+Green+Blue) = 137+45+190=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #892DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DBE is #76D241. Grayscale: #585858. Windows color (decimal): -7787074 or 12463497. OLE color: 12463497.

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

Color convert

RGB 137 45 190 -
CMYK 0.28 0.76 0 0.25
HSL 278.07º 0.62% 0.46% -
HSV(B) 278.07º 0.76% 0.75% -
XYZ 20.55 10.91 49.74 -
YUV 89.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 137 45 190 0.28 0.76 0 0.25 278.07 0.62 0.46
Hex 89 2D BE 1C 4C 0 19 116 3E 2E
Octal 211 55 276 34 114 0 31 426 76 56
Binary 10001001 101101 10111110 11100 1001100 0 11001 100010110 111110 101110

Color Harmonies of #892DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892DBE

Black with #892DBE

Text Example


Text Example

White with #892DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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