Html Css Color HEX #96348C Dark Purple

📋 copy color: '#96348C'

red 150 ◦ green 52 ◦ blue 140

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

Shades of Dark Purple #96348C

Tints of Dark Purple #96348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 43.86%
G = 15.2%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96348C (or 0x96348C) is known color: Dark Purple. HEX triplet: 96, 34 and 8C. RGB value is (150,52,140). Sum of RGB (Red+Green+Blue) = 150+52+140=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96348C is #69CB73. Grayscale: #5B5B5B. Windows color (decimal): -6933364 or 9188502. OLE color: 9188502.

HSL color Cylindrical-coordinate representation of color #96348C: hue angle of 306.12º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96348C is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 140 -
CMYK 0 0.65 0.07 0.41
HSL 306.12º 0.49% 0.4% -
HSV(B) 306.12º 0.65% 0.59% -
XYZ 18.54 10.83 25.92 -
YUV 91.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 150 52 140 0 0.65 0.07 0.41 306.12 0.49 0.4
Hex 96 34 8C 0 41 7 29 132 31 28
Octal 226 64 214 0 101 7 51 462 61 50
Binary 10010110 110100 10001100 0 1000001 111 101001 100110010 110001 101000

Color Harmonies of #96348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96348C

Black with #96348C

Text Example


Text Example

White with #96348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96348C; }

 p { color: rgb(150,52,140); }

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

background-color css

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

 a { background-color: rgb(150,52,140); }

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

border-color css

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

 span { border-color: rgb(150,52,140); }

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