Html Css Color HEX #9A1CDB Blue Violet

📋 copy color: '#9A1CDB'

red 154 ◦ green 28 ◦ blue 219

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

Shades of Blue Violet #9A1CDB

Tints of Blue Violet #9A1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

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

R = 38.4%
G = 6.98%
B = 54.61%

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

#9A1CDB (or 0x9A1CDB) is known color: Blue Violet. HEX triplet: 9A, 1C and DB. RGB value is (154,28,219). Sum of RGB (Red+Green+Blue) = 154+28+219=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A1CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CDB is #65E324. Grayscale: #565656. Windows color (decimal): -6677285 or 14359706. OLE color: 14359706.

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

Color convert

RGB 154 28 219 -
CMYK 0.30 0.87 0 0.14
HSL 279.58º 0.77% 0.48% -
HSV(B) 279.58º 0.87% 0.86% -
XYZ 26.53 12.82 68.09 -
YUV 87.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 154 28 219 0.30 0.87 0 0.14 279.58 0.77 0.48
Hex 9A 1C DB 1E 57 0 E 118 4D 30
Octal 232 34 333 36 127 0 16 430 115 60
Binary 10011010 11100 11011011 11110 1010111 0 1110 100011000 1001101 110000

Color Harmonies of #9A1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1CDB

Black with #9A1CDB

Text Example


Text Example

White with #9A1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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