Html Css Color HEX #951C8A Dark Purple

📋 copy color: '#951C8A'

red 149 ◦ green 28 ◦ blue 138

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

Shades of Dark Purple #951C8A

Tints of Dark Purple #951C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 47.3%
G = 8.89%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#951C8A (or 0x951C8A) is known color: Dark Purple. HEX triplet: 95, 1C and 8A. RGB value is (149,28,138). Sum of RGB (Red+Green+Blue) = 149+28+138=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #951C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C8A is #6AE375. Grayscale: #4C4C4C. Windows color (decimal): -7005046 or 9051285. OLE color: 9051285.

HSL color Cylindrical-coordinate representation of color #951C8A: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C8A is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 138 -
CMYK 0 0.81 0.07 0.42
HSL 305.45º 0.68% 0.35% -
HSV(B) 305.45º 0.81% 0.58% -
XYZ 17.4 9.06 24.88 -
YUV 76.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 149 28 138 0 0.81 0.07 0.42 305.45 0.68 0.35
Hex 95 1C 8A 0 51 7 2A 131 44 23
Octal 225 34 212 0 121 7 52 461 104 43
Binary 10010101 11100 10001010 0 1010001 111 101010 100110001 1000100 100011

Color Harmonies of #951C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C8A

Black with #951C8A

Text Example


Text Example

White with #951C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C8A; }

 p { color: rgb(149,28,138); }

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

background-color css

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

 a { background-color: rgb(149,28,138); }

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

border-color css

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

 span { border-color: rgb(149,28,138); }

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