Html Css Color HEX #965C93 Violet Blue

📋 copy color: '#965C93'

red 150 ◦ green 92 ◦ blue 147

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

Shades of Violet Blue #965C93

Tints of Violet Blue #965C93

RGB

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

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

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

R = 38.56%
G = 23.65%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#965C93 (or 0x965C93) is known color: Violet Blue. HEX triplet: 96, 5C and 93. RGB value is (150,92,147). Sum of RGB (Red+Green+Blue) = 150+92+147=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #965C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C93 is #69A36C. Grayscale: #737373. Windows color (decimal): -6923117 or 9657494. OLE color: 9657494.

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

Color convert

RGB 150 92 147 -
CMYK 0 0.39 0.02 0.41
HSL 303.1º 0.24% 0.47% -
HSV(B) 303.1º 0.39% 0.59% -
XYZ 21.67 16.24 29.6 -
YUV 115.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 150 92 147 0 0.39 0.02 0.41 303.1 0.24 0.47
Hex 96 5C 93 0 27 2 29 12F 18 2F
Octal 226 134 223 0 47 2 51 457 30 57
Binary 10010110 1011100 10010011 0 100111 10 101001 100101111 11000 101111

Color Harmonies of #965C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C93

Black with #965C93

Text Example


Text Example

White with #965C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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