Html Css Color HEX #853CB9 Dark Orchid

📋 copy color: '#853CB9'

red 133 ◦ green 60 ◦ blue 185

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

Shades of Dark Orchid #853CB9

Tints of Dark Orchid #853CB9

RGB

 RED value IS 133 (52.34% from 255) = 35.19%

 GREEN value IS 60 (23.83% from 255) = 15.87%

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 35.19%
G = 15.87%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#853CB9 (or 0x853CB9) is known color: Dark Orchid. HEX triplet: 85, 3C and B9. RGB value is (133,60,185). Sum of RGB (Red+Green+Blue) = 133+60+185=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #853CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CB9 is #7AC346. Grayscale: #5F5F5F. Windows color (decimal): -8045383 or 12139653. OLE color: 12139653.

HSL color Cylindrical-coordinate representation of color #853CB9: hue angle of 275.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853CB9 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 60 185 -
CMYK 0.28 0.68 0 0.27
HSL 275.04º 0.51% 0.48% -
HSV(B) 275.04º 0.68% 0.73% -
XYZ 20.05 11.72 47.1 -
YUV 96.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 133 60 185 0.28 0.68 0 0.27 275.04 0.51 0.48
Hex 85 3C B9 1C 44 0 1B 113 33 30
Octal 205 74 271 34 104 0 33 423 63 60
Binary 10000101 111100 10111001 11100 1000100 0 11011 100010011 110011 110000

Color Harmonies of #853CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CB9

Black with #853CB9

Text Example


Text Example

White with #853CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853CB9; }

 p { color: rgb(133,60,185); }

 H1.HeaderClassName
 {
   color: #853CB9;
 }
 .AnyTagClassName
 {
   color: #853CB9;
 }
</style>

background-color css

<style>
 a { background-color: #853CB9; }

 a { background-color: rgb(133,60,185); }

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

border-color css

<style>
 span { border-color: #853CB9; }

 span { border-color: rgb(133,60,185); }

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