Html Css Color HEX #963C58 Night Shadz

📋 copy color: '#963C58'

red 150 ◦ green 60 ◦ blue 88

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

Shades of Night Shadz #963C58

Tints of Night Shadz #963C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 50.34%
G = 20.13%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963C58 (or 0x963C58) is known color: Night Shadz. HEX triplet: 96, 3C and 58. RGB value is (150,60,88). Sum of RGB (Red+Green+Blue) = 150+60+88=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C58 is #69C3A7. Grayscale: #5A5A5A. Windows color (decimal): -6931368 or 5782678. OLE color: 5782678.

HSL color Cylindrical-coordinate representation of color #963C58: hue angle of 341.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C58 is Cyan = 0, Magento = 0.6, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 88 -
CMYK 0 0.6 0.41 0.41
HSL 341.33º 0.43% 0.41% -
HSV(B) 341.33º 0.6% 0.59% -
XYZ 15.95 10.42 10.4 -
YUV 90.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 150 60 88 0 0.6 0.41 0.41 341.33 0.43 0.41
Hex 96 3C 58 0 3C 29 29 155 2B 29
Octal 226 74 130 0 74 51 51 525 53 51
Binary 10010110 111100 1011000 0 111100 101001 101001 101010101 101011 101001

Color Harmonies of #963C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C58

Black with #963C58

Text Example


Text Example

White with #963C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C58; }

 p { color: rgb(150,60,88); }

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

background-color css

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

 a { background-color: rgb(150,60,88); }

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

border-color css

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

 span { border-color: rgb(150,60,88); }

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