Html Css Color HEX #853AB3 Dark Orchid

📋 copy color: '#853AB3'

red 133 ◦ green 58 ◦ blue 179

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

Shades of Dark Orchid #853AB3

Tints of Dark Orchid #853AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 35.95%
G = 15.68%
B = 48.38%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#853AB3 (or 0x853AB3) is known color: Dark Orchid. HEX triplet: 85, 3A and B3. RGB value is (133,58,179). Sum of RGB (Red+Green+Blue) = 133+58+179=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #853AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AB3 is #7AC54C. Grayscale: #5D5D5D. Windows color (decimal): -8045901 or 11745925. OLE color: 11745925.

HSL color Cylindrical-coordinate representation of color #853AB3: hue angle of 277.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853AB3 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 58 179 -
CMYK 0.26 0.68 0 0.30
HSL 277.19º 0.51% 0.46% -
HSV(B) 277.19º 0.68% 0.7% -
XYZ 19.32 11.27 43.8 -
YUV 94.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 133 58 179 0.26 0.68 0 0.30 277.19 0.51 0.46
Hex 85 3A B3 1A 44 0 1E 115 33 2E
Octal 205 72 263 32 104 0 36 425 63 56
Binary 10000101 111010 10110011 11010 1000100 0 11110 100010101 110011 101110

Color Harmonies of #853AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AB3

Black with #853AB3

Text Example


Text Example

White with #853AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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