Html Css Color HEX #9A1EE6 Blue Violet

📋 copy color: '#9A1EE6'

red 154 ◦ green 30 ◦ blue 230

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

Shades of Blue Violet #9A1EE6

Tints of Blue Violet #9A1EE6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.25%

 BLUE value IS 230 (90.23% from 255) = 55.56%

R = 37.2%
G = 7.25%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A1EE6 (or 0x9A1EE6) is known color: Blue Violet. HEX triplet: 9A, 1E and E6. RGB value is (154,30,230). Sum of RGB (Red+Green+Blue) = 154+30+230=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A1EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1EE6 is #65E119. Grayscale: #595959. Windows color (decimal): -6676762 or 15081114. OLE color: 15081114.

HSL color Cylindrical-coordinate representation of color #9A1EE6: hue angle of 277.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1EE6 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 30 230 -
CMYK 0.33 0.87 0 0.10
HSL 277.2º 0.8% 0.51% -
HSV(B) 277.2º 0.87% 0.9% -
XYZ 28.07 13.51 75.99 -
YUV 89.88 207.08 173.74 -
System Red Green Blue C M Y K H S L
Decimal 154 30 230 0.33 0.87 0 0.10 277.2 0.8 0.51
Hex 9A 1E E6 21 57 0 A 115 50 33
Octal 232 36 346 41 127 0 12 425 120 63
Binary 10011010 11110 11100110 100001 1010111 0 1010 100010101 1010000 110011

Color Harmonies of #9A1EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1EE6

Black with #9A1EE6

Text Example


Text Example

White with #9A1EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,30,230); }

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

background-color css

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

 a { background-color: rgb(154,30,230); }

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

border-color css

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

 span { border-color: rgb(154,30,230); }

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