Html Css Color HEX #964692 Violet Blue

📋 copy color: '#964692'

red 150 ◦ green 70 ◦ blue 146

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

Shades of Violet Blue #964692

Tints of Violet Blue #964692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 40.98%
G = 19.13%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964692 (or 0x964692) is known color: Violet Blue. HEX triplet: 96, 46 and 92. RGB value is (150,70,146). Sum of RGB (Red+Green+Blue) = 150+70+146=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964692 is #69B96D. Grayscale: #666666. Windows color (decimal): -6928750 or 9586326. OLE color: 9586326.

HSL color Cylindrical-coordinate representation of color #964692: hue angle of 303º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964692 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 146 -
CMYK 0 0.53 0.03 0.41
HSL 303º 0.36% 0.43% -
HSV(B) 303º 0.53% 0.59% -
XYZ 19.96 12.94 28.64 -
YUV 102.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 150 70 146 0 0.53 0.03 0.41 303 0.36 0.43
Hex 96 46 92 0 35 3 29 12F 24 2B
Octal 226 106 222 0 65 3 51 457 44 53
Binary 10010110 1000110 10010010 0 110101 11 101001 100101111 100100 101011

Color Harmonies of #964692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964692

Black with #964692

Text Example


Text Example

White with #964692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964692; }

 p { color: rgb(150,70,146); }

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

background-color css

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

 a { background-color: rgb(150,70,146); }

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

border-color css

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

 span { border-color: rgb(150,70,146); }

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