Html Css Color HEX #99258C Dark Purple

📋 copy color: '#99258C'

red 153 ◦ green 37 ◦ blue 140

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

Shades of Dark Purple #99258C

Tints of Dark Purple #99258C

RGB

 RED value IS 153 (60.16% from 255) = 46.36%

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 46.36%
G = 11.21%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99258C (or 0x99258C) is known color: Dark Purple. HEX triplet: 99, 25 and 8C. RGB value is (153,37,140). Sum of RGB (Red+Green+Blue) = 153+37+140=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99258C is #66DA73. Grayscale: #535353. Windows color (decimal): -6740596 or 9184665. OLE color: 9184665.

HSL color Cylindrical-coordinate representation of color #99258C: hue angle of 306.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99258C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 140 -
CMYK 0 0.76 0.08 0.4
HSL 306.72º 0.61% 0.37% -
HSV(B) 306.72º 0.76% 0.6% -
XYZ 18.53 9.99 25.76 -
YUV 83.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 153 37 140 0 0.76 0.08 0.4 306.72 0.61 0.37
Hex 99 25 8C 0 4C 8 28 133 3D 25
Octal 231 45 214 0 114 10 50 463 75 45
Binary 10011001 100101 10001100 0 1001100 1000 101000 100110011 111101 100101

Color Harmonies of #99258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99258C

Black with #99258C

Text Example


Text Example

White with #99258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99258C; }

 p { color: rgb(153,37,140); }

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

background-color css

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

 a { background-color: rgb(153,37,140); }

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

border-color css

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

 span { border-color: rgb(153,37,140); }

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