Html Css Color HEX #892BC9 Dark Orchid

📋 copy color: '#892BC9'

red 137 ◦ green 43 ◦ blue 201

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

Shades of Dark Orchid #892BC9

Tints of Dark Orchid #892BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 35.96%
G = 11.29%
B = 52.76%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#892BC9 (or 0x892BC9) is known color: Dark Orchid. HEX triplet: 89, 2B and C9. RGB value is (137,43,201). Sum of RGB (Red+Green+Blue) = 137+43+201=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #892BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BC9 is #76D436. Grayscale: #585858. Windows color (decimal): -7787575 or 13183881. OLE color: 13183881.

HSL color Cylindrical-coordinate representation of color #892BC9: hue angle of 275.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #892BC9 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 43 201 -
CMYK 0.32 0.79 0 0.21
HSL 275.7º 0.65% 0.48% -
HSV(B) 275.7º 0.79% 0.79% -
XYZ 21.72 11.26 56.29 -
YUV 89.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 137 43 201 0.32 0.79 0 0.21 275.7 0.65 0.48
Hex 89 2B C9 20 4F 0 15 114 41 30
Octal 211 53 311 40 117 0 25 424 101 60
Binary 10001001 101011 11001001 100000 1001111 0 10101 100010100 1000001 110000

Color Harmonies of #892BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892BC9

Black with #892BC9

Text Example


Text Example

White with #892BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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