Html Css Color HEX #9040DD Blue Violet

📋 copy color: '#9040DD'

red 144 ◦ green 64 ◦ blue 221

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

Shades of Blue Violet #9040DD

Tints of Blue Violet #9040DD

RGB

 RED value IS 144 (56.64% from 255) = 33.57%

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

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

R = 33.57%
G = 14.92%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9040DD (or 0x9040DD) is known color: Blue Violet. HEX triplet: 90, 40 and DD. RGB value is (144,64,221). Sum of RGB (Red+Green+Blue) = 144+64+221=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #9040DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9040DD is #6FBF22. Grayscale: #696969. Windows color (decimal): -7323427 or 14499984. OLE color: 14499984.

HSL color Cylindrical-coordinate representation of color #9040DD: hue angle of 270.57º 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 #9040DD is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 64 221 -
CMYK 0.35 0.71 0 0.13
HSL 270.57º 0.7% 0.56% -
HSV(B) 270.57º 0.71% 0.87% -
XYZ 26.39 14.82 69.88 -
YUV 105.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 144 64 221 0.35 0.71 0 0.13 270.57 0.7 0.56
Hex 90 40 DD 23 47 0 D 10F 46 38
Octal 220 100 335 43 107 0 15 417 106 70
Binary 10010000 1000000 11011101 100011 1000111 0 1101 100001111 1000110 111000

Color Harmonies of #9040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040DD

Black with #9040DD

Text Example


Text Example

White with #9040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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