Html Css Color HEX #852CCC Blue Violet

📋 copy color: '#852CCC'

red 133 ◦ green 44 ◦ blue 204

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

Shades of Blue Violet #852CCC

Tints of Blue Violet #852CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 34.91%
G = 11.55%
B = 53.54%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#852CCC (or 0x852CCC) is known color: Blue Violet. HEX triplet: 85, 2C and CC. RGB value is (133,44,204). Sum of RGB (Red+Green+Blue) = 133+44+204=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #852CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CCC is #7AD333. Grayscale: #585858. Windows color (decimal): -8049460 or 13380741. OLE color: 13380741.

HSL color Cylindrical-coordinate representation of color #852CCC: hue angle of 273.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852CCC is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 44 204 -
CMYK 0.35 0.78 0 0.2
HSL 273.38º 0.65% 0.49% -
HSV(B) 273.38º 0.78% 0.8% -
XYZ 21.47 11.15 58.15 -
YUV 88.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 133 44 204 0.35 0.78 0 0.2 273.38 0.65 0.49
Hex 85 2C CC 23 4E 0 14 111 41 31
Octal 205 54 314 43 116 0 24 421 101 61
Binary 10000101 101100 11001100 100011 1001110 0 10100 100010001 1000001 110001

Color Harmonies of #852CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CCC

Black with #852CCC

Text Example


Text Example

White with #852CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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