Html Css Color HEX #892DBA Dark Orchid

📋 copy color: '#892DBA'

red 137 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #892DBA

Tints of Dark Orchid #892DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 37.23%
G = 12.23%
B = 50.54%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#892DBA (or 0x892DBA) is known color: Dark Orchid. HEX triplet: 89, 2D and BA. RGB value is (137,45,186). Sum of RGB (Red+Green+Blue) = 137+45+186=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #892DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DBA is #76D245. Grayscale: #585858. Windows color (decimal): -7787078 or 12201353. OLE color: 12201353.

HSL color Cylindrical-coordinate representation of color #892DBA: hue angle of 279.15º 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 #892DBA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 45 186 -
CMYK 0.26 0.76 0 0.27
HSL 279.15º 0.61% 0.45% -
HSV(B) 279.15º 0.76% 0.73% -
XYZ 20.12 10.74 47.47 -
YUV 88.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 137 45 186 0.26 0.76 0 0.27 279.15 0.61 0.45
Hex 89 2D BA 1A 4C 0 1B 117 3D 2D
Octal 211 55 272 32 114 0 33 427 75 55
Binary 10001001 101101 10111010 11010 1001100 0 11011 100010111 111101 101101

Color Harmonies of #892DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892DBA

Black with #892DBA

Text Example


Text Example

White with #892DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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