Html Css Color HEX #8532DB Blue Violet

📋 copy color: '#8532DB'

red 133 ◦ green 50 ◦ blue 219

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

Shades of Blue Violet #8532DB

Tints of Blue Violet #8532DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 33.08%
G = 12.44%
B = 54.48%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8532DB (or 0x8532DB) is known color: Blue Violet. HEX triplet: 85, 32 and DB. RGB value is (133,50,219). Sum of RGB (Red+Green+Blue) = 133+50+219=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #8532DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532DB is #7ACD24. Grayscale: #5D5D5D. Windows color (decimal): -8047909 or 14365317. OLE color: 14365317.

HSL color Cylindrical-coordinate representation of color #8532DB: hue angle of 269.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8532DB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 50 219 -
CMYK 0.39 0.77 0 0.14
HSL 269.47º 0.7% 0.53% -
HSV(B) 269.47º 0.77% 0.86% -
XYZ 23.6 12.38 68.16 -
YUV 94.08 198.5 155.76 -
System Red Green Blue C M Y K H S L
Decimal 133 50 219 0.39 0.77 0 0.14 269.47 0.7 0.53
Hex 85 32 DB 27 4D 0 E 10D 46 35
Octal 205 62 333 47 115 0 16 415 106 65
Binary 10000101 110010 11011011 100111 1001101 0 1110 100001101 1000110 110101

Color Harmonies of #8532DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8532DB

Black with #8532DB

Text Example


Text Example

White with #8532DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8532DB; }

 p { color: rgb(133,50,219); }

 H1.HeaderClassName
 {
   color: #8532DB;
 }
 .AnyTagClassName
 {
   color: #8532DB;
 }
</style>

background-color css

<style>
 a { background-color: #8532DB; }

 a { background-color: rgb(133,50,219); }

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

border-color css

<style>
 span { border-color: #8532DB; }

 span { border-color: rgb(133,50,219); }

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