Html Css Color HEX #852DCD Blue Violet

📋 copy color: '#852DCD'

red 133 ◦ green 45 ◦ blue 205

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

Shades of Blue Violet #852DCD

Tints of Blue Violet #852DCD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 34.73%
G = 11.75%
B = 53.52%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#852DCD (or 0x852DCD) is known color: Blue Violet. HEX triplet: 85, 2D and CD. RGB value is (133,45,205). Sum of RGB (Red+Green+Blue) = 133+45+205=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #852DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DCD is #7AD232. Grayscale: #585858. Windows color (decimal): -8049203 or 13446533. OLE color: 13446533.

HSL color Cylindrical-coordinate representation of color #852DCD: hue angle of 273º degrees, saturation: 0.64, 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 #852DCD is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 45 205 -
CMYK 0.35 0.78 0 0.20
HSL 273º 0.64% 0.49% -
HSV(B) 273º 0.78% 0.8% -
XYZ 21.63 11.27 58.79 -
YUV 89.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 133 45 205 0.35 0.78 0 0.20 273 0.64 0.49
Hex 85 2D CD 23 4E 0 14 111 40 31
Octal 205 55 315 43 116 0 24 421 100 61
Binary 10000101 101101 11001101 100011 1001110 0 10100 100010001 1000000 110001

Color Harmonies of #852DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DCD

Black with #852DCD

Text Example


Text Example

White with #852DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,205); }

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

background-color css

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

 a { background-color: rgb(133,45,205); }

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

border-color css

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

 span { border-color: rgb(133,45,205); }

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