Html Css Color HEX #953378 Dark Purple

📋 copy color: '#953378'

red 149 ◦ green 51 ◦ blue 120

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

Shades of Dark Purple #953378

Tints of Dark Purple #953378

RGB

 RED value IS 149 (58.59% from 255) = 46.56%

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 46.56%
G = 15.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#953378 (or 0x953378) is known color: Dark Purple. HEX triplet: 95, 33 and 78. RGB value is (149,51,120). Sum of RGB (Red+Green+Blue) = 149+51+120=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953378 is #6ACC87. Grayscale: #575757. Windows color (decimal): -6999176 or 7877525. OLE color: 7877525.

HSL color Cylindrical-coordinate representation of color #953378: hue angle of 317.76º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953378 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 120 -
CMYK 0 0.66 0.19 0.42
HSL 317.76º 0.49% 0.39% -
HSV(B) 317.76º 0.66% 0.58% -
XYZ 16.97 10.11 18.83 -
YUV 88.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 149 51 120 0 0.66 0.19 0.42 317.76 0.49 0.39
Hex 95 33 78 0 42 13 2A 13E 31 27
Octal 225 63 170 0 102 23 52 476 61 47
Binary 10010101 110011 1111000 0 1000010 10011 101010 100111110 110001 100111

Color Harmonies of #953378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953378

Black with #953378

Text Example


Text Example

White with #953378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953378; }

 p { color: rgb(149,51,120); }

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

background-color css

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

 a { background-color: rgb(149,51,120); }

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

border-color css

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

 span { border-color: rgb(149,51,120); }

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