Html Css Color HEX #952690 Dark Purple

📋 copy color: '#952690'

red 149 ◦ green 38 ◦ blue 144

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

Shades of Dark Purple #952690

Tints of Dark Purple #952690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.48%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 45.02%
G = 11.48%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952690 (or 0x952690) is known color: Dark Purple. HEX triplet: 95, 26 and 90. RGB value is (149,38,144). Sum of RGB (Red+Green+Blue) = 149+38+144=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952690 is #6AD96F. Grayscale: #525252. Windows color (decimal): -7002480 or 9447061. OLE color: 9447061.

HSL color Cylindrical-coordinate representation of color #952690: hue angle of 302.7º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952690 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 144 -
CMYK 0 0.74 0.03 0.42
HSL 302.7º 0.59% 0.37% -
HSV(B) 302.7º 0.74% 0.58% -
XYZ 18.12 9.79 27.32 -
YUV 83.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 149 38 144 0 0.74 0.03 0.42 302.7 0.59 0.37
Hex 95 26 90 0 4A 3 2A 12F 3B 25
Octal 225 46 220 0 112 3 52 457 73 45
Binary 10010101 100110 10010000 0 1001010 11 101010 100101111 111011 100101

Color Harmonies of #952690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952690

Black with #952690

Text Example


Text Example

White with #952690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952690; }

 p { color: rgb(149,38,144); }

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

background-color css

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

 a { background-color: rgb(149,38,144); }

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

border-color css

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

 span { border-color: rgb(149,38,144); }

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