Html Css Color HEX #9449EE Blue Violet

📋 copy color: '#9449EE'

red 148 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #9449EE

Tints of Blue Violet #9449EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 32.24%
G = 15.9%
B = 51.85%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9449EE (or 0x9449EE) is known color: Blue Violet. HEX triplet: 94, 49 and EE. RGB value is (148,73,238). Sum of RGB (Red+Green+Blue) = 148+73+238=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #9449EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449EE is #6BB611. Grayscale: #717171. Windows color (decimal): -7058962 or 15616404. OLE color: 15616404.

HSL color Cylindrical-coordinate representation of color #9449EE: hue angle of 267.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9449EE is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 73 238 -
CMYK 0.38 0.69 0 0.07
HSL 267.27º 0.83% 0.61% -
HSV(B) 267.27º 0.69% 0.93% -
XYZ 30.03 17.23 82.63 -
YUV 114.24 197.85 152.08 -
System Red Green Blue C M Y K H S L
Decimal 148 73 238 0.38 0.69 0 0.07 267.27 0.83 0.61
Hex 94 49 EE 26 45 0 7 10B 53 3D
Octal 224 111 356 46 105 0 7 413 123 75
Binary 10010100 1001001 11101110 100110 1000101 0 111 100001011 1010011 111101

Color Harmonies of #9449EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449EE

Black with #9449EE

Text Example


Text Example

White with #9449EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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