Html Css Color HEX #8B4CDD Blue Violet

📋 copy color: '#8B4CDD'

red 139 ◦ green 76 ◦ blue 221

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

Shades of Blue Violet #8B4CDD

Tints of Blue Violet #8B4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

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

R = 31.88%
G = 17.43%
B = 50.69%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B4CDD (or 0x8B4CDD) is known color: Blue Violet. HEX triplet: 8B, 4C and DD. RGB value is (139,76,221). Sum of RGB (Red+Green+Blue) = 139+76+221=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CDD is #74B322. Grayscale: #6E6E6E. Windows color (decimal): -7648035 or 14503051. OLE color: 14503051.

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

Color convert

RGB 139 76 221 -
CMYK 0.37 0.66 0 0.13
HSL 266.07º 0.68% 0.58% -
HSV(B) 266.07º 0.66% 0.87% -
XYZ 26.28 15.88 70.09 -
YUV 111.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 139 76 221 0.37 0.66 0 0.13 266.07 0.68 0.58
Hex 8B 4C DD 25 42 0 D 10A 44 3A
Octal 213 114 335 45 102 0 15 412 104 72
Binary 10001011 1001100 11011101 100101 1000010 0 1101 100001010 1000100 111010

Color Harmonies of #8B4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4CDD

Black with #8B4CDD

Text Example


Text Example

White with #8B4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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