Html Css Color HEX #9440DD Blue Violet

📋 copy color: '#9440DD'

red 148 ◦ green 64 ◦ blue 221

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

Shades of Blue Violet #9440DD

Tints of Blue Violet #9440DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.78%

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

R = 34.18%
G = 14.78%
B = 51.04%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9440DD (or 0x9440DD) is known color: Blue Violet. HEX triplet: 94, 40 and DD. RGB value is (148,64,221). Sum of RGB (Red+Green+Blue) = 148+64+221=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #9440DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440DD is #6BBF22. Grayscale: #6A6A6A. Windows color (decimal): -7061283 or 14499988. OLE color: 14499988.

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

Color convert

RGB 148 64 221 -
CMYK 0.33 0.71 0 0.13
HSL 272.1º 0.7% 0.56% -
HSV(B) 272.1º 0.71% 0.87% -
XYZ 27.1 15.18 69.91 -
YUV 107.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 148 64 221 0.33 0.71 0 0.13 272.1 0.7 0.56
Hex 94 40 DD 21 47 0 D 110 46 38
Octal 224 100 335 41 107 0 15 420 106 70
Binary 10010100 1000000 11011101 100001 1000111 0 1101 100010000 1000110 111000

Color Harmonies of #9440DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440DD

Black with #9440DD

Text Example


Text Example

White with #9440DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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