Html Css Color HEX #962275 Dark Purple

📋 copy color: '#962275'

red 150 ◦ green 34 ◦ blue 117

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

Shades of Dark Purple #962275

Tints of Dark Purple #962275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 49.83%
G = 11.3%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#962275 (or 0x962275) is known color: Dark Purple. HEX triplet: 96, 22 and 75. RGB value is (150,34,117). Sum of RGB (Red+Green+Blue) = 150+34+117=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #962275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962275 is #69DD8A. Grayscale: #4D4D4D. Windows color (decimal): -6937995 or 7676566. OLE color: 7676566.

HSL color Cylindrical-coordinate representation of color #962275: hue angle of 317.07º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962275 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 34 117 -
CMYK 0 0.77 0.22 0.41
HSL 317.07º 0.63% 0.36% -
HSV(B) 317.07º 0.77% 0.59% -
XYZ 16.36 8.91 17.69 -
YUV 78.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 150 34 117 0 0.77 0.22 0.41 317.07 0.63 0.36
Hex 96 22 75 0 4D 16 29 13D 3F 24
Octal 226 42 165 0 115 26 51 475 77 44
Binary 10010110 100010 1110101 0 1001101 10110 101001 100111101 111111 100100

Color Harmonies of #962275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962275

Black with #962275

Text Example


Text Example

White with #962275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962275; }

 p { color: rgb(150,34,117); }

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

background-color css

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

 a { background-color: rgb(150,34,117); }

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

border-color css

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

 span { border-color: rgb(150,34,117); }

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