Html Css Color HEX #99268B Dark Purple

📋 copy color: '#99268B'

red 153 ◦ green 38 ◦ blue 139

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

Shades of Dark Purple #99268B

Tints of Dark Purple #99268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 46.36%
G = 11.52%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99268B (or 0x99268B) is known color: Dark Purple. HEX triplet: 99, 26 and 8B. RGB value is (153,38,139). Sum of RGB (Red+Green+Blue) = 153+38+139=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99268B is #66D974. Grayscale: #535353. Windows color (decimal): -6740341 or 9119385. OLE color: 9119385.

HSL color Cylindrical-coordinate representation of color #99268B: hue angle of 307.3º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99268B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 139 -
CMYK 0 0.75 0.09 0.4
HSL 307.3º 0.6% 0.37% -
HSV(B) 307.3º 0.75% 0.6% -
XYZ 18.49 10.02 25.39 -
YUV 83.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 153 38 139 0 0.75 0.09 0.4 307.3 0.6 0.37
Hex 99 26 8B 0 4B 9 28 133 3C 25
Octal 231 46 213 0 113 11 50 463 74 45
Binary 10011001 100110 10001011 0 1001011 1001 101000 100110011 111100 100101

Color Harmonies of #99268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99268B

Black with #99268B

Text Example


Text Example

White with #99268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99268B; }

 p { color: rgb(153,38,139); }

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

background-color css

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

 a { background-color: rgb(153,38,139); }

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

border-color css

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

 span { border-color: rgb(153,38,139); }

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