Html Css Color HEX #964A9F Violet Blue

📋 copy color: '#964A9F'

red 150 ◦ green 74 ◦ blue 159

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

Shades of Violet Blue #964A9F

Tints of Violet Blue #964A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 39.16%
G = 19.32%
B = 41.51%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#964A9F (or 0x964A9F) is known color: Violet Blue. HEX triplet: 96, 4A and 9F. RGB value is (150,74,159). Sum of RGB (Red+Green+Blue) = 150+74+159=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #964A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A9F is #69B560. Grayscale: #6A6A6A. Windows color (decimal): -6927713 or 10439318. OLE color: 10439318.

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

Color convert

RGB 150 74 159 -
CMYK 0.06 0.53 0 0.38
HSL 293.65º 0.36% 0.46% -
HSV(B) 293.65º 0.53% 0.62% -
XYZ 21.28 13.88 34.36 -
YUV 106.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 150 74 159 0.06 0.53 0 0.38 293.65 0.36 0.46
Hex 96 4A 9F 6 35 0 26 126 24 2E
Octal 226 112 237 6 65 0 46 446 44 56
Binary 10010110 1001010 10011111 110 110101 0 100110 100100110 100100 101110

Color Harmonies of #964A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A9F

Black with #964A9F

Text Example


Text Example

White with #964A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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