Html Css Color HEX #853DCF Blue Violet

📋 copy color: '#853DCF'

red 133 ◦ green 61 ◦ blue 207

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

Shades of Blue Violet #853DCF

Tints of Blue Violet #853DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.21%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 33.17%
G = 15.21%
B = 51.62%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#853DCF (or 0x853DCF) is known color: Blue Violet. HEX triplet: 85, 3D and CF. RGB value is (133,61,207). Sum of RGB (Red+Green+Blue) = 133+61+207=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #853DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DCF is #7AC230. Grayscale: #626262. Windows color (decimal): -8045105 or 13581701. OLE color: 13581701.

HSL color Cylindrical-coordinate representation of color #853DCF: hue angle of 269.59º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853DCF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 61 207 -
CMYK 0.36 0.71 0 0.19
HSL 269.59º 0.6% 0.53% -
HSV(B) 269.59º 0.71% 0.81% -
XYZ 22.6 12.83 60.32 -
YUV 99.17 188.85 152.13 -
System Red Green Blue C M Y K H S L
Decimal 133 61 207 0.36 0.71 0 0.19 269.59 0.6 0.53
Hex 85 3D CF 24 47 0 13 10E 3C 35
Octal 205 75 317 44 107 0 23 416 74 65
Binary 10000101 111101 11001111 100100 1000111 0 10011 100001110 111100 110101

Color Harmonies of #853DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DCF

Black with #853DCF

Text Example


Text Example

White with #853DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,207); }

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

background-color css

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

 a { background-color: rgb(133,61,207); }

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

border-color css

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

 span { border-color: rgb(133,61,207); }

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