Html Css Color HEX #964F8A Violet Blue

📋 copy color: '#964F8A'

red 150 ◦ green 79 ◦ blue 138

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

Shades of Violet Blue #964F8A

Tints of Violet Blue #964F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 40.87%
G = 21.53%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#964F8A (or 0x964F8A) is known color: Violet Blue. HEX triplet: 96, 4F and 8A. RGB value is (150,79,138). Sum of RGB (Red+Green+Blue) = 150+79+138=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F8A is #69B075. Grayscale: #6A6A6A. Windows color (decimal): -6926454 or 9064342. OLE color: 9064342.

HSL color Cylindrical-coordinate representation of color #964F8A: hue angle of 310.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F8A is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 79 138 -
CMYK 0 0.47 0.08 0.41
HSL 310.14º 0.31% 0.45% -
HSV(B) 310.14º 0.47% 0.59% -
XYZ 19.96 13.91 25.68 -
YUV 106.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 150 79 138 0 0.47 0.08 0.41 310.14 0.31 0.45
Hex 96 4F 8A 0 2F 8 29 136 1F 2D
Octal 226 117 212 0 57 10 51 466 37 55
Binary 10010110 1001111 10001010 0 101111 1000 101001 100110110 11111 101101

Color Harmonies of #964F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F8A

Black with #964F8A

Text Example


Text Example

White with #964F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,79,138); }

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

background-color css

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

 a { background-color: rgb(150,79,138); }

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

border-color css

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

 span { border-color: rgb(150,79,138); }

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