Html Css Color HEX #852CDA Blue Violet

📋 copy color: '#852CDA'

red 133 ◦ green 44 ◦ blue 218

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

Shades of Blue Violet #852CDA

Tints of Blue Violet #852CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 33.67%
G = 11.14%
B = 55.19%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#852CDA (or 0x852CDA) is known color: Blue Violet. HEX triplet: 85, 2C and DA. RGB value is (133,44,218). Sum of RGB (Red+Green+Blue) = 133+44+218=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #852CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CDA is #7AD325. Grayscale: #595959. Windows color (decimal): -8049446 or 14298245. OLE color: 14298245.

HSL color Cylindrical-coordinate representation of color #852CDA: hue angle of 270.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852CDA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 44 218 -
CMYK 0.39 0.80 0 0.15
HSL 270.69º 0.7% 0.51% -
HSV(B) 270.69º 0.8% 0.85% -
XYZ 23.23 11.85 67.39 -
YUV 90.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 133 44 218 0.39 0.80 0 0.15 270.69 0.7 0.51
Hex 85 2C DA 27 50 0 F 10F 46 33
Octal 205 54 332 47 120 0 17 417 106 63
Binary 10000101 101100 11011010 100111 1010000 0 1111 100001111 1000110 110011

Color Harmonies of #852CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CDA

Black with #852CDA

Text Example


Text Example

White with #852CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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