Html Css Color HEX #965F94 Violet Blue

📋 copy color: '#965F94'

red 150 ◦ green 95 ◦ blue 148

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

Shades of Violet Blue #965F94

Tints of Violet Blue #965F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 38.17%
G = 24.17%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965F94 (or 0x965F94) is known color: Violet Blue. HEX triplet: 96, 5F and 94. RGB value is (150,95,148). Sum of RGB (Red+Green+Blue) = 150+95+148=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #965F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F94 is #69A06B. Grayscale: #757575. Windows color (decimal): -6922348 or 9723798. OLE color: 9723798.

HSL color Cylindrical-coordinate representation of color #965F94: hue angle of 302.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F94 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 148 -
CMYK 0 0.37 0.01 0.41
HSL 302.18º 0.22% 0.48% -
HSV(B) 302.18º 0.37% 0.59% -
XYZ 22.02 16.81 30.1 -
YUV 117.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 150 95 148 0 0.37 0.01 0.41 302.18 0.22 0.48
Hex 96 5F 94 0 25 1 29 12E 16 30
Octal 226 137 224 0 45 1 51 456 26 60
Binary 10010110 1011111 10010100 0 100101 1 101001 100101110 10110 110000

Color Harmonies of #965F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F94

Black with #965F94

Text Example


Text Example

White with #965F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965F94; }

 p { color: rgb(150,95,148); }

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

background-color css

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

 a { background-color: rgb(150,95,148); }

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

border-color css

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

 span { border-color: rgb(150,95,148); }

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