Html Css Color HEX #964A9E Violet Blue

📋 copy color: '#964A9E'

red 150 ◦ green 74 ◦ blue 158

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

Shades of Violet Blue #964A9E

Tints of Violet Blue #964A9E

RGB

 RED value IS 150 (58.98% from 255) = 39.27%

 GREEN value IS 74 (29.3% from 255) = 19.37%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 39.27%
G = 19.37%
B = 41.36%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#964A9E (or 0x964A9E) is known color: Violet Blue. HEX triplet: 96, 4A and 9E. RGB value is (150,74,158). Sum of RGB (Red+Green+Blue) = 150+74+158=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #964A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A9E is #69B561. Grayscale: #6A6A6A. Windows color (decimal): -6927714 or 10373782. OLE color: 10373782.

HSL color Cylindrical-coordinate representation of color #964A9E: hue angle of 294.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964A9E is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 74 158 -
CMYK 0.05 0.53 0 0.38
HSL 294.29º 0.36% 0.45% -
HSV(B) 294.29º 0.53% 0.62% -
XYZ 21.2 13.85 33.9 -
YUV 106.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 150 74 158 0.05 0.53 0 0.38 294.29 0.36 0.45
Hex 96 4A 9E 5 35 0 26 126 24 2D
Octal 226 112 236 5 65 0 46 446 44 55
Binary 10010110 1001010 10011110 101 110101 0 100110 100100110 100100 101101

Color Harmonies of #964A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A9E

Black with #964A9E

Text Example


Text Example

White with #964A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A9E; }

 p { color: rgb(150,74,158); }

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

background-color css

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

 a { background-color: rgb(150,74,158); }

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

border-color css

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

 span { border-color: rgb(150,74,158); }

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