Html Css Color HEX #853ACF Blue Violet

📋 copy color: '#853ACF'

red 133 ◦ green 58 ◦ blue 207

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

Shades of Blue Violet #853ACF

Tints of Blue Violet #853ACF

RGB

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

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

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

R = 33.42%
G = 14.57%
B = 52.01%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#853ACF (or 0x853ACF) is known color: Blue Violet. HEX triplet: 85, 3A and CF. RGB value is (133,58,207). Sum of RGB (Red+Green+Blue) = 133+58+207=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #853ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ACF is #7AC530. Grayscale: #606060. Windows color (decimal): -8045873 or 13580933. OLE color: 13580933.

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

Color convert

RGB 133 58 207 -
CMYK 0.36 0.72 0 0.19
HSL 270.2º 0.61% 0.52% -
HSV(B) 270.2º 0.72% 0.81% -
XYZ 22.45 12.52 60.26 -
YUV 97.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 133 58 207 0.36 0.72 0 0.19 270.2 0.61 0.52
Hex 85 3A CF 24 48 0 13 10E 3D 34
Octal 205 72 317 44 110 0 23 416 75 64
Binary 10000101 111010 11001111 100100 1001000 0 10011 100001110 111101 110100

Color Harmonies of #853ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ACF

Black with #853ACF

Text Example


Text Example

White with #853ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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