Html Css Color HEX #9A1ADD Blue Violet

📋 copy color: '#9A1ADD'

red 154 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #9A1ADD

Tints of Blue Violet #9A1ADD

RGB

 RED value IS 154 (60.55% from 255) = 38.4%

 GREEN value IS 26 (10.55% from 255) = 6.48%

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

R = 38.4%
G = 6.48%
B = 55.11%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A1ADD (or 0x9A1ADD) is known color: Blue Violet. HEX triplet: 9A, 1A and DD. RGB value is (154,26,221). Sum of RGB (Red+Green+Blue) = 154+26+221=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A1ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ADD is #65E522. Grayscale: #555555. Windows color (decimal): -6677795 or 14490266. OLE color: 14490266.

HSL color Cylindrical-coordinate representation of color #9A1ADD: hue angle of 279.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1ADD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 26 221 -
CMYK 0.30 0.88 0 0.13
HSL 279.38º 0.79% 0.48% -
HSV(B) 279.38º 0.88% 0.87% -
XYZ 26.75 12.83 69.47 -
YUV 86.5 203.91 176.14 -
System Red Green Blue C M Y K H S L
Decimal 154 26 221 0.30 0.88 0 0.13 279.38 0.79 0.48
Hex 9A 1A DD 1E 58 0 D 117 4F 30
Octal 232 32 335 36 130 0 15 427 117 60
Binary 10011010 11010 11011101 11110 1011000 0 1101 100010111 1001111 110000

Color Harmonies of #9A1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1ADD

Black with #9A1ADD

Text Example


Text Example

White with #9A1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1ADD; }

 p { color: rgb(154,26,221); }

 H1.HeaderClassName
 {
   color: #9A1ADD;
 }
 .AnyTagClassName
 {
   color: #9A1ADD;
 }
</style>

background-color css

<style>
 a { background-color: #9A1ADD; }

 a { background-color: rgb(154,26,221); }

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

border-color css

<style>
 span { border-color: #9A1ADD; }

 span { border-color: rgb(154,26,221); }

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