Html Css Color HEX #946397 Violet Blue

📋 copy color: '#946397'

red 148 ◦ green 99 ◦ blue 151

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

Shades of Violet Blue #946397

Tints of Violet Blue #946397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 37.19%
G = 24.87%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#946397 (or 0x946397) is known color: Violet Blue. HEX triplet: 94, 63 and 97. RGB value is (148,99,151). Sum of RGB (Red+Green+Blue) = 148+99+151=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #946397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946397 is #6B9C68. Grayscale: #777777. Windows color (decimal): -7052393 or 9921428. OLE color: 9921428.

HSL color Cylindrical-coordinate representation of color #946397: hue angle of 296.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946397 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 99 151 -
CMYK 0.02 0.34 0 0.41
HSL 296.54º 0.21% 0.49% -
HSV(B) 296.54º 0.34% 0.59% -
XYZ 22.26 17.45 31.47 -
YUV 119.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 148 99 151 0.02 0.34 0 0.41 296.54 0.21 0.49
Hex 94 63 97 2 22 0 29 129 15 31
Octal 224 143 227 2 42 0 51 451 25 61
Binary 10010100 1100011 10010111 10 100010 0 101001 100101001 10101 110001

Color Harmonies of #946397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946397

Black with #946397

Text Example


Text Example

White with #946397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946397; }

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

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

background-color css

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

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

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

border-color css

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

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

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