Html Css Color HEX #9A49FF Blue Violet

📋 copy color: '#9A49FF'

red 154 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #9A49FF

Tints of Blue Violet #9A49FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.15%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 31.95%
G = 15.15%
B = 52.9%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9A49FF (or 0x9A49FF) is known color: Blue Violet. HEX triplet: 9A, 49 and FF. RGB value is (154,73,255). Sum of RGB (Red+Green+Blue) = 154+73+255=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A49FF is #65B600. Grayscale: #757575. Windows color (decimal): -6665729 or 16730522. OLE color: 16730522.

HSL color Cylindrical-coordinate representation of color #9A49FF: hue angle of 266.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A49FF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 73 255 -
CMYK 0.40 0.71 0 0
HSL 266.7º 1% 0.64% -
HSV(B) 266.7º 0.71% 1% -
XYZ 33.76 18.86 96.47 -
YUV 117.97 205.34 153.7 -
System Red Green Blue C M Y K H S L
Decimal 154 73 255 0.40 0.71 0 0 266.7 1 0.64
Hex 9A 49 FF 28 47 0 0 10B 64 40
Octal 232 111 377 50 107 0 0 413 144 100
Binary 10011010 1001001 11111111 101000 1000111 0 0 100001011 1100100 1000000

Color Harmonies of #9A49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A49FF

Black with #9A49FF

Text Example


Text Example

White with #9A49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,73,255); }

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

background-color css

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

 a { background-color: rgb(154,73,255); }

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

border-color css

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

 span { border-color: rgb(154,73,255); }

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