Html Css Color HEX #962394 Dark Purple

📋 copy color: '#962394'

red 150 ◦ green 35 ◦ blue 148

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

Shades of Dark Purple #962394

Tints of Dark Purple #962394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 45.05%
G = 10.51%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#962394 (or 0x962394) is known color: Dark Purple. HEX triplet: 96, 23 and 94. RGB value is (150,35,148). Sum of RGB (Red+Green+Blue) = 150+35+148=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #962394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962394 is #69DC6B. Grayscale: #515151. Windows color (decimal): -6937708 or 9708438. OLE color: 9708438.

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

Color convert

RGB 150 35 148 -
CMYK 0 0.77 0.01 0.41
HSL 301.04º 0.62% 0.36% -
HSV(B) 301.04º 0.77% 0.59% -
XYZ 18.52 9.82 28.94 -
YUV 82.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 150 35 148 0 0.77 0.01 0.41 301.04 0.62 0.36
Hex 96 23 94 0 4D 1 29 12D 3E 24
Octal 226 43 224 0 115 1 51 455 76 44
Binary 10010110 100011 10010100 0 1001101 1 101001 100101101 111110 100100

Color Harmonies of #962394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962394

Black with #962394

Text Example


Text Example

White with #962394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962394; }

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

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

background-color css

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

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

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

border-color css

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

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

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