Html Css Color HEX #8B32DD Blue Violet

📋 copy color: '#8B32DD'

red 139 ◦ green 50 ◦ blue 221

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

Shades of Blue Violet #8B32DD

Tints of Blue Violet #8B32DD

RGB

 RED value IS 139 (54.69% from 255) = 33.9%

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 33.9%
G = 12.2%
B = 53.9%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B32DD (or 0x8B32DD) is known color: Blue Violet. HEX triplet: 8B, 32 and DD. RGB value is (139,50,221). Sum of RGB (Red+Green+Blue) = 139+50+221=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B32DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B32DD is #74CD22. Grayscale: #5F5F5F. Windows color (decimal): -7654691 or 14496395. OLE color: 14496395.

HSL color Cylindrical-coordinate representation of color #8B32DD: hue angle of 271.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B32DD is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 50 221 -
CMYK 0.37 0.77 0 0.13
HSL 271.23º 0.72% 0.53% -
HSV(B) 271.23º 0.77% 0.87% -
XYZ 24.84 12.99 69.6 -
YUV 96.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 139 50 221 0.37 0.77 0 0.13 271.23 0.72 0.53
Hex 8B 32 DD 25 4D 0 D 10F 48 35
Octal 213 62 335 45 115 0 15 417 110 65
Binary 10001011 110010 11011101 100101 1001101 0 1101 100001111 1001000 110101

Color Harmonies of #8B32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B32DD

Black with #8B32DD

Text Example


Text Example

White with #8B32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B32DD; }

 p { color: rgb(139,50,221); }

 H1.HeaderClassName
 {
   color: #8B32DD;
 }
 .AnyTagClassName
 {
   color: #8B32DD;
 }
</style>

background-color css

<style>
 a { background-color: #8B32DD; }

 a { background-color: rgb(139,50,221); }

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

border-color css

<style>
 span { border-color: #8B32DD; }

 span { border-color: rgb(139,50,221); }

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