Html Css Color HEX #853ABF Dark Orchid

📋 copy color: '#853ABF'

red 133 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #853ABF

Tints of Dark Orchid #853ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 34.82%
G = 15.18%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#853ABF (or 0x853ABF) is known color: Dark Orchid. HEX triplet: 85, 3A and BF. RGB value is (133,58,191). Sum of RGB (Red+Green+Blue) = 133+58+191=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #853ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ABF is #7AC540. Grayscale: #5F5F5F. Windows color (decimal): -8045889 or 12532357. OLE color: 12532357.

HSL color Cylindrical-coordinate representation of color #853ABF: hue angle of 273.83º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853ABF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 58 191 -
CMYK 0.30 0.70 0 0.25
HSL 273.83º 0.53% 0.49% -
HSV(B) 273.83º 0.7% 0.75% -
XYZ 20.59 11.77 50.48 -
YUV 95.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 133 58 191 0.30 0.70 0 0.25 273.83 0.53 0.49
Hex 85 3A BF 1E 46 0 19 112 35 31
Octal 205 72 277 36 106 0 31 422 65 61
Binary 10000101 111010 10111111 11110 1000110 0 11001 100010010 110101 110001

Color Harmonies of #853ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ABF

Black with #853ABF

Text Example


Text Example

White with #853ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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