Html Css Color HEX #99095E Jazzberry Jam

📋 copy color: '#99095E'

red 153 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #99095E

Tints of Jazzberry Jam #99095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 59.77%
G = 3.52%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99095E (or 0x99095E) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 5E. RGB value is (153,9,94). Sum of RGB (Red+Green+Blue) = 153+9+94=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #99095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99095E is #66F6A1. Grayscale: #3D3D3D. Windows color (decimal): -6747810 or 6162841. OLE color: 6162841.

HSL color Cylindrical-coordinate representation of color #99095E: hue angle of 324.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99095E is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 94 -
CMYK 0 0.94 0.39 0.4
HSL 324.58º 0.89% 0.32% -
HSV(B) 324.58º 0.94% 0.6% -
XYZ 15.25 7.78 11.29 -
YUV 61.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 153 9 94 0 0.94 0.39 0.4 324.58 0.89 0.32
Hex 99 9 5E 0 5E 27 28 145 59 20
Octal 231 11 136 0 136 47 50 505 131 40
Binary 10011001 1001 1011110 0 1011110 100111 101000 101000101 1011001 100000

Color Harmonies of #99095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99095E

Black with #99095E

Text Example


Text Example

White with #99095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99095E; }

 p { color: rgb(153,9,94); }

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

background-color css

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

 a { background-color: rgb(153,9,94); }

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

border-color css

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

 span { border-color: rgb(153,9,94); }

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