Html Css Color HEX #962380 Dark Purple

📋 copy color: '#962380'

red 150 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #962380

Tints of Dark Purple #962380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 47.92%
G = 11.18%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#962380 (or 0x962380) is known color: Dark Purple. HEX triplet: 96, 23 and 80. RGB value is (150,35,128). Sum of RGB (Red+Green+Blue) = 150+35+128=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #962380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962380 is #69DC7F. Grayscale: #4F4F4F. Windows color (decimal): -6937728 or 8397718. OLE color: 8397718.

HSL color Cylindrical-coordinate representation of color #962380: hue angle of 311.48º degrees, saturation: 0.62, 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 #962380 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 128 -
CMYK 0 0.77 0.15 0.41
HSL 311.48º 0.62% 0.36% -
HSV(B) 311.48º 0.77% 0.59% -
XYZ 17.07 9.24 21.31 -
YUV 79.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 150 35 128 0 0.77 0.15 0.41 311.48 0.62 0.36
Hex 96 23 80 0 4D F 29 137 3E 24
Octal 226 43 200 0 115 17 51 467 76 44
Binary 10010110 100011 10000000 0 1001101 1111 101001 100110111 111110 100100

Color Harmonies of #962380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962380

Black with #962380

Text Example


Text Example

White with #962380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962380; }

 p { color: rgb(150,35,128); }

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

background-color css

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

 a { background-color: rgb(150,35,128); }

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

border-color css

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

 span { border-color: rgb(150,35,128); }

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