Html Css Color HEX #852DDA Blue Violet

📋 copy color: '#852DDA'

red 133 ◦ green 45 ◦ blue 218

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

Shades of Blue Violet #852DDA

Tints of Blue Violet #852DDA

RGB

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

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

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

R = 33.59%
G = 11.36%
B = 55.05%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#852DDA (or 0x852DDA) is known color: Blue Violet. HEX triplet: 85, 2D and DA. RGB value is (133,45,218). Sum of RGB (Red+Green+Blue) = 133+45+218=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #852DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DDA is #7AD225. Grayscale: #5A5A5A. Windows color (decimal): -8049190 or 14298501. OLE color: 14298501.

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

Color convert

RGB 133 45 218 -
CMYK 0.39 0.79 0 0.15
HSL 270.52º 0.7% 0.52% -
HSV(B) 270.52º 0.79% 0.85% -
XYZ 23.27 11.93 67.41 -
YUV 91.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 133 45 218 0.39 0.79 0 0.15 270.52 0.7 0.52
Hex 85 2D DA 27 4F 0 F 10F 46 34
Octal 205 55 332 47 117 0 17 417 106 64
Binary 10000101 101101 11011010 100111 1001111 0 1111 100001111 1000110 110100

Color Harmonies of #852DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DDA

Black with #852DDA

Text Example


Text Example

White with #852DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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