Html Css Color HEX #8533D1 Blue Violet

📋 copy color: '#8533D1'

red 133 ◦ green 51 ◦ blue 209

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

Shades of Blue Violet #8533D1

Tints of Blue Violet #8533D1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

 BLUE value IS 209 (82.03% from 255) = 53.18%

R = 33.84%
G = 12.98%
B = 53.18%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8533D1 (or 0x8533D1) is known color: Blue Violet. HEX triplet: 85, 33 and D1. RGB value is (133,51,209). Sum of RGB (Red+Green+Blue) = 133+51+209=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #8533D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533D1 is #7ACC2E. Grayscale: #5C5C5C. Windows color (decimal): -8047663 or 13710213. OLE color: 13710213.

HSL color Cylindrical-coordinate representation of color #8533D1: hue angle of 271.14º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8533D1 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 51 209 -
CMYK 0.36 0.76 0 0.18
HSL 271.14º 0.63% 0.51% -
HSV(B) 271.14º 0.76% 0.82% -
XYZ 22.37 11.96 61.45 -
YUV 93.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 133 51 209 0.36 0.76 0 0.18 271.14 0.63 0.51
Hex 85 33 D1 24 4C 0 12 10F 3F 33
Octal 205 63 321 44 114 0 22 417 77 63
Binary 10000101 110011 11010001 100100 1001100 0 10010 100001111 111111 110011

Color Harmonies of #8533D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8533D1

Black with #8533D1

Text Example


Text Example

White with #8533D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8533D1; }

 p { color: rgb(133,51,209); }

 H1.HeaderClassName
 {
   color: #8533D1;
 }
 .AnyTagClassName
 {
   color: #8533D1;
 }
</style>

background-color css

<style>
 a { background-color: #8533D1; }

 a { background-color: rgb(133,51,209); }

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

border-color css

<style>
 span { border-color: #8533D1; }

 span { border-color: rgb(133,51,209); }

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