Html Css Color HEX #962790 Dark Purple

📋 copy color: '#962790'

red 150 ◦ green 39 ◦ blue 144

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

Shades of Dark Purple #962790

Tints of Dark Purple #962790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.71%

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 45.05%
G = 11.71%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#962790 (or 0x962790) is known color: Dark Purple. HEX triplet: 96, 27 and 90. RGB value is (150,39,144). Sum of RGB (Red+Green+Blue) = 150+39+144=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #962790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962790 is #69D86F. Grayscale: #535353. Windows color (decimal): -6936688 or 9447318. OLE color: 9447318.

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

Color convert

RGB 150 39 144 -
CMYK 0 0.74 0.04 0.41
HSL 303.24º 0.59% 0.37% -
HSV(B) 303.24º 0.74% 0.59% -
XYZ 18.34 9.95 27.34 -
YUV 84.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 150 39 144 0 0.74 0.04 0.41 303.24 0.59 0.37
Hex 96 27 90 0 4A 4 29 12F 3B 25
Octal 226 47 220 0 112 4 51 457 73 45
Binary 10010110 100111 10010000 0 1001010 100 101001 100101111 111011 100101

Color Harmonies of #962790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962790

Black with #962790

Text Example


Text Example

White with #962790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962790; }

 p { color: rgb(150,39,144); }

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

background-color css

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

 a { background-color: rgb(150,39,144); }

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

border-color css

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

 span { border-color: rgb(150,39,144); }

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