Html Css Color HEX #892BC2 Dark Orchid

📋 copy color: '#892BC2'

red 137 ◦ green 43 ◦ blue 194

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

Shades of Dark Orchid #892BC2

Tints of Dark Orchid #892BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 36.63%
G = 11.5%
B = 51.87%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#892BC2 (or 0x892BC2) is known color: Dark Orchid. HEX triplet: 89, 2B and C2. RGB value is (137,43,194). Sum of RGB (Red+Green+Blue) = 137+43+194=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #892BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BC2 is #76D43D. Grayscale: #575757. Windows color (decimal): -7787582 or 12725129. OLE color: 12725129.

HSL color Cylindrical-coordinate representation of color #892BC2: hue angle of 277.35º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892BC2 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 43 194 -
CMYK 0.29 0.78 0 0.24
HSL 277.35º 0.64% 0.46% -
HSV(B) 277.35º 0.78% 0.76% -
XYZ 20.92 10.94 52.05 -
YUV 88.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 137 43 194 0.29 0.78 0 0.24 277.35 0.64 0.46
Hex 89 2B C2 1D 4E 0 18 115 40 2E
Octal 211 53 302 35 116 0 30 425 100 56
Binary 10001001 101011 11000010 11101 1001110 0 11000 100010101 1000000 101110

Color Harmonies of #892BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BC2

Black with #892BC2

Text Example


Text Example

White with #892BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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