Html Css Color HEX #9A236F Dark Purple

📋 copy color: '#9A236F'

red 154 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #9A236F

Tints of Dark Purple #9A236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

 BLUE value IS 111 (43.75% from 255) = 37%

R = 51.33%
G = 11.67%
B = 37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A236F (or 0x9A236F) is known color: Dark Purple. HEX triplet: 9A, 23 and 6F. RGB value is (154,35,111). Sum of RGB (Red+Green+Blue) = 154+35+111=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A236F is #65DC90. Grayscale: #4F4F4F. Windows color (decimal): -6675601 or 7283610. OLE color: 7283610.

HSL color Cylindrical-coordinate representation of color #9A236F: hue angle of 321.68º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A236F is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 35 111 -
CMYK 0 0.77 0.28 0.40
HSL 321.68º 0.63% 0.37% -
HSV(B) 321.68º 0.77% 0.6% -
XYZ 16.8 9.22 15.93 -
YUV 79.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 154 35 111 0 0.77 0.28 0.40 321.68 0.63 0.37
Hex 9A 23 6F 0 4D 1C 28 142 3F 25
Octal 232 43 157 0 115 34 50 502 77 45
Binary 10011010 100011 1101111 0 1001101 11100 101000 101000010 111111 100101

Color Harmonies of #9A236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A236F

Black with #9A236F

Text Example


Text Example

White with #9A236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,35,111); }

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

background-color css

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

 a { background-color: rgb(154,35,111); }

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

border-color css

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

 span { border-color: rgb(154,35,111); }

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