Html Css Color HEX #965F8C Violet Blue

📋 copy color: '#965F8C'

red 150 ◦ green 95 ◦ blue 140

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

Shades of Violet Blue #965F8C

Tints of Violet Blue #965F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 38.96%
G = 24.68%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#965F8C (or 0x965F8C) is known color: Violet Blue. HEX triplet: 96, 5F and 8C. RGB value is (150,95,140). Sum of RGB (Red+Green+Blue) = 150+95+140=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #965F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F8C is #69A073. Grayscale: #747474. Windows color (decimal): -6922356 or 9199510. OLE color: 9199510.

HSL color Cylindrical-coordinate representation of color #965F8C: hue angle of 310.91º 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 #965F8C is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 140 -
CMYK 0 0.37 0.07 0.41
HSL 310.91º 0.22% 0.48% -
HSV(B) 310.91º 0.37% 0.59% -
XYZ 21.4 16.56 26.88 -
YUV 116.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 150 95 140 0 0.37 0.07 0.41 310.91 0.22 0.48
Hex 96 5F 8C 0 25 7 29 137 16 30
Octal 226 137 214 0 45 7 51 467 26 60
Binary 10010110 1011111 10001100 0 100101 111 101001 100110111 10110 110000

Color Harmonies of #965F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F8C

Black with #965F8C

Text Example


Text Example

White with #965F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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