Html Css Color HEX #8A4CDD Blue Violet

📋 copy color: '#8A4CDD'

red 138 ◦ green 76 ◦ blue 221

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

Shades of Blue Violet #8A4CDD

Tints of Blue Violet #8A4CDD

RGB

 RED value IS 138 (54.3% from 255) = 31.72%

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

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

R = 31.72%
G = 17.47%
B = 50.8%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A4CDD (or 0x8A4CDD) is known color: Blue Violet. HEX triplet: 8A, 4C and DD. RGB value is (138,76,221). Sum of RGB (Red+Green+Blue) = 138+76+221=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CDD is #75B322. Grayscale: #6E6E6E. Windows color (decimal): -7713571 or 14503050. OLE color: 14503050.

HSL color Cylindrical-coordinate representation of color #8A4CDD: hue angle of 265.66º 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 #8A4CDD is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 76 221 -
CMYK 0.38 0.66 0 0.13
HSL 265.66º 0.68% 0.58% -
HSV(B) 265.66º 0.66% 0.87% -
XYZ 26.12 15.79 70.08 -
YUV 111.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 138 76 221 0.38 0.66 0 0.13 265.66 0.68 0.58
Hex 8A 4C DD 26 42 0 D 10A 44 3A
Octal 212 114 335 46 102 0 15 412 104 72
Binary 10001010 1001100 11011101 100110 1000010 0 1101 100001010 1000100 111010

Color Harmonies of #8A4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4CDD

Black with #8A4CDD

Text Example


Text Example

White with #8A4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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