Html Css Color HEX #965C8F Violet Blue

📋 copy color: '#965C8F'

red 150 ◦ green 92 ◦ blue 143

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

Shades of Violet Blue #965C8F

Tints of Violet Blue #965C8F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 38.96%
G = 23.9%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#965C8F (or 0x965C8F) is known color: Violet Blue. HEX triplet: 96, 5C and 8F. RGB value is (150,92,143). Sum of RGB (Red+Green+Blue) = 150+92+143=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #965C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C8F is #69A370. Grayscale: #737373. Windows color (decimal): -6923121 or 9395350. OLE color: 9395350.

HSL color Cylindrical-coordinate representation of color #965C8F: hue angle of 307.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C8F is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 92 143 -
CMYK 0 0.39 0.05 0.41
HSL 307.24º 0.24% 0.47% -
HSV(B) 307.24º 0.39% 0.59% -
XYZ 21.36 16.12 27.97 -
YUV 115.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 150 92 143 0 0.39 0.05 0.41 307.24 0.24 0.47
Hex 96 5C 8F 0 27 5 29 133 18 2F
Octal 226 134 217 0 47 5 51 463 30 57
Binary 10010110 1011100 10001111 0 100111 101 101001 100110011 11000 101111

Color Harmonies of #965C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C8F

Black with #965C8F

Text Example


Text Example

White with #965C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,92,143); }

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

background-color css

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

 a { background-color: rgb(150,92,143); }

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

border-color css

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

 span { border-color: rgb(150,92,143); }

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