Html Css Color HEX #946390 Violet Blue

📋 copy color: '#946390'

red 148 ◦ green 99 ◦ blue 144

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

Shades of Violet Blue #946390

Tints of Violet Blue #946390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 37.85%
G = 25.32%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#946390 (or 0x946390) is known color: Violet Blue. HEX triplet: 94, 63 and 90. RGB value is (148,99,144). Sum of RGB (Red+Green+Blue) = 148+99+144=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #946390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946390 is #6B9C6F. Grayscale: #767676. Windows color (decimal): -7052400 or 9462676. OLE color: 9462676.

HSL color Cylindrical-coordinate representation of color #946390: hue angle of 304.9º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946390 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 144 -
CMYK 0 0.33 0.03 0.42
HSL 304.9º 0.2% 0.48% -
HSV(B) 304.9º 0.33% 0.58% -
XYZ 21.71 17.23 28.57 -
YUV 118.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 148 99 144 0 0.33 0.03 0.42 304.9 0.2 0.48
Hex 94 63 90 0 21 3 2A 131 14 30
Octal 224 143 220 0 41 3 52 461 24 60
Binary 10010100 1100011 10010000 0 100001 11 101010 100110001 10100 110000

Color Harmonies of #946390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946390

Black with #946390

Text Example


Text Example

White with #946390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946390; }

 p { color: rgb(148,99,144); }

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

background-color css

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

 a { background-color: rgb(148,99,144); }

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

border-color css

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

 span { border-color: rgb(148,99,144); }

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