Html Css Color HEX #9A1D75 Dark Purple

📋 copy color: '#9A1D75'

red 154 ◦ green 29 ◦ blue 117

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

Shades of Dark Purple #9A1D75

Tints of Dark Purple #9A1D75

RGB

 RED value IS 154 (60.55% from 255) = 51.33%

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 117 (46.09% from 255) = 39%

R = 51.33%
G = 9.67%
B = 39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A1D75 (or 0x9A1D75) is known color: Dark Purple. HEX triplet: 9A, 1D and 75. RGB value is (154,29,117). Sum of RGB (Red+Green+Blue) = 154+29+117=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D75 is #65E28A. Grayscale: #4C4C4C. Windows color (decimal): -6677131 or 7675290. OLE color: 7675290.

HSL color Cylindrical-coordinate representation of color #9A1D75: hue angle of 317.76º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D75 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 29 117 -
CMYK 0 0.81 0.24 0.40
HSL 317.76º 0.68% 0.36% -
HSV(B) 317.76º 0.81% 0.6% -
XYZ 16.98 9.03 17.68 -
YUV 76.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 154 29 117 0 0.81 0.24 0.40 317.76 0.68 0.36
Hex 9A 1D 75 0 51 18 28 13E 44 24
Octal 232 35 165 0 121 30 50 476 104 44
Binary 10011010 11101 1110101 0 1010001 11000 101000 100111110 1000100 100100

Color Harmonies of #9A1D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1D75

Black with #9A1D75

Text Example


Text Example

White with #9A1D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1D75; }

 p { color: rgb(154,29,117); }

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

background-color css

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

 a { background-color: rgb(154,29,117); }

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

border-color css

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

 span { border-color: rgb(154,29,117); }

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