Html Css Color HEX #853AB9 Dark Orchid

📋 copy color: '#853AB9'

red 133 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #853AB9

Tints of Dark Orchid #853AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.43%

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

R = 35.37%
G = 15.43%
B = 49.2%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#853AB9 (or 0x853AB9) is known color: Dark Orchid. HEX triplet: 85, 3A and B9. RGB value is (133,58,185). Sum of RGB (Red+Green+Blue) = 133+58+185=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #853AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AB9 is #7AC546. Grayscale: #5E5E5E. Windows color (decimal): -8045895 or 12139141. OLE color: 12139141.

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

Color convert

RGB 133 58 185 -
CMYK 0.28 0.69 0 0.27
HSL 275.43º 0.52% 0.48% -
HSV(B) 275.43º 0.69% 0.73% -
XYZ 19.94 11.52 47.07 -
YUV 94.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 133 58 185 0.28 0.69 0 0.27 275.43 0.52 0.48
Hex 85 3A B9 1C 45 0 1B 113 34 30
Octal 205 72 271 34 105 0 33 423 64 60
Binary 10000101 111010 10111001 11100 1000101 0 11011 100010011 110100 110000

Color Harmonies of #853AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AB9

Black with #853AB9

Text Example


Text Example

White with #853AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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