Html Css Color HEX #892DBB Dark Orchid

📋 copy color: '#892DBB'

red 137 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #892DBB

Tints of Dark Orchid #892DBB

RGB

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

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

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

R = 37.13%
G = 12.2%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#892DBB (or 0x892DBB) is known color: Dark Orchid. HEX triplet: 89, 2D and BB. RGB value is (137,45,187). Sum of RGB (Red+Green+Blue) = 137+45+187=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #892DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DBB is #76D244. Grayscale: #585858. Windows color (decimal): -7787077 or 12266889. OLE color: 12266889.

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

Color convert

RGB 137 45 187 -
CMYK 0.27 0.76 0 0.27
HSL 278.87º 0.61% 0.45% -
HSV(B) 278.87º 0.76% 0.73% -
XYZ 20.22 10.78 48.03 -
YUV 88.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 137 45 187 0.27 0.76 0 0.27 278.87 0.61 0.45
Hex 89 2D BB 1B 4C 0 1B 117 3D 2D
Octal 211 55 273 33 114 0 33 427 75 55
Binary 10001001 101101 10111011 11011 1001100 0 11011 100010111 111101 101101

Color Harmonies of #892DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892DBB

Black with #892DBB

Text Example


Text Example

White with #892DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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