Html Css Color HEX #951483 Dark Purple

📋 copy color: '#951483'

red 149 ◦ green 20 ◦ blue 131

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

Shades of Dark Purple #951483

Tints of Dark Purple #951483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 49.67%
G = 6.67%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#951483 (or 0x951483) is known color: Dark Purple. HEX triplet: 95, 14 and 83. RGB value is (149,20,131). Sum of RGB (Red+Green+Blue) = 149+20+131=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #951483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951483 is #6AEB7C. Grayscale: #464646. Windows color (decimal): -7007101 or 8590485. OLE color: 8590485.

HSL color Cylindrical-coordinate representation of color #951483: hue angle of 308.37º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951483 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 131 -
CMYK 0 0.87 0.12 0.42
HSL 308.37º 0.76% 0.33% -
HSV(B) 308.37º 0.87% 0.58% -
XYZ 16.74 8.53 22.24 -
YUV 71.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 149 20 131 0 0.87 0.12 0.42 308.37 0.76 0.33
Hex 95 14 83 0 57 C 2A 134 4C 21
Octal 225 24 203 0 127 14 52 464 114 41
Binary 10010101 10100 10000011 0 1010111 1100 101010 100110100 1001100 100001

Color Harmonies of #951483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951483

Black with #951483

Text Example


Text Example

White with #951483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951483; }

 p { color: rgb(149,20,131); }

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

background-color css

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

 a { background-color: rgb(149,20,131); }

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

border-color css

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

 span { border-color: rgb(149,20,131); }

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