Html Css Color HEX #964693 Violet Blue

📋 copy color: '#964693'

red 150 ◦ green 70 ◦ blue 147

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

Shades of Violet Blue #964693

Tints of Violet Blue #964693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 40.87%
G = 19.07%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#964693 (or 0x964693) is known color: Violet Blue. HEX triplet: 96, 46 and 93. RGB value is (150,70,147). Sum of RGB (Red+Green+Blue) = 150+70+147=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964693 is #69B96C. Grayscale: #666666. Windows color (decimal): -6928749 or 9651862. OLE color: 9651862.

HSL color Cylindrical-coordinate representation of color #964693: hue angle of 302.25º 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 #964693 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 147 -
CMYK 0 0.53 0.02 0.41
HSL 302.25º 0.36% 0.43% -
HSV(B) 302.25º 0.53% 0.59% -
XYZ 20.03 12.97 29.05 -
YUV 102.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 150 70 147 0 0.53 0.02 0.41 302.25 0.36 0.43
Hex 96 46 93 0 35 2 29 12E 24 2B
Octal 226 106 223 0 65 2 51 456 44 53
Binary 10010110 1000110 10010011 0 110101 10 101001 100101110 100100 101011

Color Harmonies of #964693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964693

Black with #964693

Text Example


Text Example

White with #964693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964693; }

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

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

background-color css

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

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

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

border-color css

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

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

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