Html Css Color HEX #9449EB Blue Violet

📋 copy color: '#9449EB'

red 148 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #9449EB

Tints of Blue Violet #9449EB

RGB

 RED value IS 148 (58.2% from 255) = 32.46%

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 32.46%
G = 16.01%
B = 51.54%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9449EB (or 0x9449EB) is known color: Blue Violet. HEX triplet: 94, 49 and EB. RGB value is (148,73,235). Sum of RGB (Red+Green+Blue) = 148+73+235=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #9449EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449EB is #6BB614. Grayscale: #717171. Windows color (decimal): -7058965 or 15419796. OLE color: 15419796.

HSL color Cylindrical-coordinate representation of color #9449EB: hue angle of 267.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9449EB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 73 235 -
CMYK 0.37 0.69 0 0.08
HSL 267.78º 0.8% 0.6% -
HSV(B) 267.78º 0.69% 0.92% -
XYZ 29.59 17.06 80.33 -
YUV 113.89 196.35 152.33 -
System Red Green Blue C M Y K H S L
Decimal 148 73 235 0.37 0.69 0 0.08 267.78 0.8 0.6
Hex 94 49 EB 25 45 0 8 10C 50 3C
Octal 224 111 353 45 105 0 10 414 120 74
Binary 10010100 1001001 11101011 100101 1000101 0 1000 100001100 1010000 111100

Color Harmonies of #9449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449EB

Black with #9449EB

Text Example


Text Example

White with #9449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9449EB; }

 p { color: rgb(148,73,235); }

 H1.HeaderClassName
 {
   color: #9449EB;
 }
 .AnyTagClassName
 {
   color: #9449EB;
 }
</style>

background-color css

<style>
 a { background-color: #9449EB; }

 a { background-color: rgb(148,73,235); }

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

border-color css

<style>
 span { border-color: #9449EB; }

 span { border-color: rgb(148,73,235); }

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