Html Css Color HEX #9446DD Blue Violet

📋 copy color: '#9446DD'

red 148 ◦ green 70 ◦ blue 221

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

Shades of Blue Violet #9446DD

Tints of Blue Violet #9446DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 33.71%
G = 15.95%
B = 50.34%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9446DD (or 0x9446DD) is known color: Blue Violet. HEX triplet: 94, 46 and DD. RGB value is (148,70,221). Sum of RGB (Red+Green+Blue) = 148+70+221=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9446DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446DD is #6BB922. Grayscale: #6E6E6E. Windows color (decimal): -7059747 or 14501524. OLE color: 14501524.

HSL color Cylindrical-coordinate representation of color #9446DD: hue angle of 270.99º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9446DD is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 70 221 -
CMYK 0.33 0.68 0 0.13
HSL 270.99º 0.69% 0.57% -
HSV(B) 270.99º 0.68% 0.87% -
XYZ 27.45 15.9 70.03 -
YUV 110.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 148 70 221 0.33 0.68 0 0.13 270.99 0.69 0.57
Hex 94 46 DD 21 44 0 D 10F 45 39
Octal 224 106 335 41 104 0 15 417 105 71
Binary 10010100 1000110 11011101 100001 1000100 0 1101 100001111 1000101 111001

Color Harmonies of #9446DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446DD

Black with #9446DD

Text Example


Text Example

White with #9446DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9446DD; }

 p { color: rgb(148,70,221); }

 H1.HeaderClassName
 {
   color: #9446DD;
 }
 .AnyTagClassName
 {
   color: #9446DD;
 }
</style>

background-color css

<style>
 a { background-color: #9446DD; }

 a { background-color: rgb(148,70,221); }

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

border-color css

<style>
 span { border-color: #9446DD; }

 span { border-color: rgb(148,70,221); }

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