Html Css Color HEX #852BDF Blue Violet

📋 copy color: '#852BDF'

red 133 ◦ green 43 ◦ blue 223

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

Shades of Blue Violet #852BDF

Tints of Blue Violet #852BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.78%

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 33.33%
G = 10.78%
B = 55.89%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852BDF (or 0x852BDF) is known color: Blue Violet. HEX triplet: 85, 2B and DF. RGB value is (133,43,223). Sum of RGB (Red+Green+Blue) = 133+43+223=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #852BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BDF is #7AD420. Grayscale: #595959. Windows color (decimal): -8049697 or 14625669. OLE color: 14625669.

HSL color Cylindrical-coordinate representation of color #852BDF: hue angle of 270º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852BDF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 43 223 -
CMYK 0.40 0.81 0 0.13
HSL 270º 0.74% 0.52% -
HSV(B) 270º 0.81% 0.87% -
XYZ 23.86 12.04 70.88 -
YUV 90.43 202.82 158.36 -
System Red Green Blue C M Y K H S L
Decimal 133 43 223 0.40 0.81 0 0.13 270 0.74 0.52
Hex 85 2B DF 28 51 0 D 10E 4A 34
Octal 205 53 337 50 121 0 15 416 112 64
Binary 10000101 101011 11011111 101000 1010001 0 1101 100001110 1001010 110100

Color Harmonies of #852BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BDF

Black with #852BDF

Text Example


Text Example

White with #852BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,223); }

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

background-color css

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

 a { background-color: rgb(133,43,223); }

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

border-color css

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

 span { border-color: rgb(133,43,223); }

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