Html Css Color HEX #9449EF Blue Violet

📋 copy color: '#9449EF'

red 148 ◦ green 73 ◦ blue 239

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

Shades of Blue Violet #9449EF

Tints of Blue Violet #9449EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 32.17%
G = 15.87%
B = 51.96%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9449EF (or 0x9449EF) is known color: Blue Violet. HEX triplet: 94, 49 and EF. RGB value is (148,73,239). Sum of RGB (Red+Green+Blue) = 148+73+239=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9449EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9449EF is #6BB610. Grayscale: #717171. Windows color (decimal): -7058961 or 15681940. OLE color: 15681940.

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

Color convert

RGB 148 73 239 -
CMYK 0.38 0.69 0 0.06
HSL 267.11º 0.84% 0.61% -
HSV(B) 267.11º 0.69% 0.94% -
XYZ 30.18 17.29 83.41 -
YUV 114.35 198.35 152 -
System Red Green Blue C M Y K H S L
Decimal 148 73 239 0.38 0.69 0 0.06 267.11 0.84 0.61
Hex 94 49 EF 26 45 0 6 10B 54 3D
Octal 224 111 357 46 105 0 6 413 124 75
Binary 10010100 1001001 11101111 100110 1000101 0 110 100001011 1010100 111101

Color Harmonies of #9449EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449EF

Black with #9449EF

Text Example


Text Example

White with #9449EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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