Html Css Color HEX #852ACF Blue Violet

📋 copy color: '#852ACF'

red 133 ◦ green 42 ◦ blue 207

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

Shades of Blue Violet #852ACF

Tints of Blue Violet #852ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.99%

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

R = 34.82%
G = 10.99%
B = 54.19%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#852ACF (or 0x852ACF) is known color: Blue Violet. HEX triplet: 85, 2A and CF. RGB value is (133,42,207). Sum of RGB (Red+Green+Blue) = 133+42+207=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #852ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ACF is #7AD530. Grayscale: #575757. Windows color (decimal): -8049969 or 13576837. OLE color: 13576837.

HSL color Cylindrical-coordinate representation of color #852ACF: hue angle of 273.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852ACF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 42 207 -
CMYK 0.36 0.80 0 0.19
HSL 273.09º 0.66% 0.49% -
HSV(B) 273.09º 0.8% 0.81% -
XYZ 21.76 11.15 60.04 -
YUV 88.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 133 42 207 0.36 0.80 0 0.19 273.09 0.66 0.49
Hex 85 2A CF 24 50 0 13 111 42 31
Octal 205 52 317 44 120 0 23 421 102 61
Binary 10000101 101010 11001111 100100 1010000 0 10011 100010001 1000010 110001

Color Harmonies of #852ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ACF

Black with #852ACF

Text Example


Text Example

White with #852ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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