Html Css Color HEX #962875 Dark Purple

📋 copy color: '#962875'

red 150 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #962875

Tints of Dark Purple #962875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 48.86%
G = 13.03%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#962875 (or 0x962875) is known color: Dark Purple. HEX triplet: 96, 28 and 75. RGB value is (150,40,117). Sum of RGB (Red+Green+Blue) = 150+40+117=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #962875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962875 is #69D78A. Grayscale: #515151. Windows color (decimal): -6936459 or 7678102. OLE color: 7678102.

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

Color convert

RGB 150 40 117 -
CMYK 0 0.73 0.22 0.41
HSL 318º 0.58% 0.37% -
HSV(B) 318º 0.73% 0.59% -
XYZ 16.55 9.29 17.75 -
YUV 81.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 150 40 117 0 0.73 0.22 0.41 318 0.58 0.37
Hex 96 28 75 0 49 16 29 13E 3A 25
Octal 226 50 165 0 111 26 51 476 72 45
Binary 10010110 101000 1110101 0 1001001 10110 101001 100111110 111010 100101

Color Harmonies of #962875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962875

Black with #962875

Text Example


Text Example

White with #962875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962875; }

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

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

background-color css

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

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

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

border-color css

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

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

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