Html Css Color HEX #852CCF Blue Violet

📋 copy color: '#852CCF'

red 133 ◦ green 44 ◦ blue 207

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

Shades of Blue Violet #852CCF

Tints of Blue Violet #852CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.46%

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

R = 34.64%
G = 11.46%
B = 53.91%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#852CCF (or 0x852CCF) is known color: Blue Violet. HEX triplet: 85, 2C and CF. RGB value is (133,44,207). Sum of RGB (Red+Green+Blue) = 133+44+207=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #852CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CCF is #7AD330. Grayscale: #585858. Windows color (decimal): -8049457 or 13577349. OLE color: 13577349.

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

Color convert

RGB 133 44 207 -
CMYK 0.36 0.79 0 0.19
HSL 272.76º 0.65% 0.49% -
HSV(B) 272.76º 0.79% 0.81% -
XYZ 21.84 11.29 60.06 -
YUV 89.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 133 44 207 0.36 0.79 0 0.19 272.76 0.65 0.49
Hex 85 2C CF 24 4F 0 13 111 41 31
Octal 205 54 317 44 117 0 23 421 101 61
Binary 10000101 101100 11001111 100100 1001111 0 10011 100010001 1000001 110001

Color Harmonies of #852CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CCF

Black with #852CCF

Text Example


Text Example

White with #852CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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