Html Css Color HEX #9A1DDB Blue Violet

📋 copy color: '#9A1DDB'

red 154 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #9A1DDB

Tints of Blue Violet #9A1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.21%

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

R = 38.31%
G = 7.21%
B = 54.48%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A1DDB (or 0x9A1DDB) is known color: Blue Violet. HEX triplet: 9A, 1D and DB. RGB value is (154,29,219). Sum of RGB (Red+Green+Blue) = 154+29+219=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 29 (11.72% from 255 or 7.21% 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 #9A1DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DDB is #65E224. Grayscale: #575757. Windows color (decimal): -6677029 or 14359962. OLE color: 14359962.

HSL color Cylindrical-coordinate representation of color #9A1DDB: hue angle of 279.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1DDB is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 29 219 -
CMYK 0.30 0.87 0 0.14
HSL 279.47º 0.77% 0.49% -
HSV(B) 279.47º 0.87% 0.86% -
XYZ 26.55 12.86 68.1 -
YUV 88.04 201.91 175.05 -
System Red Green Blue C M Y K H S L
Decimal 154 29 219 0.30 0.87 0 0.14 279.47 0.77 0.49
Hex 9A 1D DB 1E 57 0 E 117 4D 31
Octal 232 35 333 36 127 0 16 427 115 61
Binary 10011010 11101 11011011 11110 1010111 0 1110 100010111 1001101 110001

Color Harmonies of #9A1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1DDB

Black with #9A1DDB

Text Example


Text Example

White with #9A1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,29,219); }

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

background-color css

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

 a { background-color: rgb(154,29,219); }

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

border-color css

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

 span { border-color: rgb(154,29,219); }

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