Html Css Color HEX #952168 Jazzberry Jam

📋 copy color: '#952168'

red 149 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #952168

Tints of Jazzberry Jam #952168

RGB

 RED value IS 149 (58.59% from 255) = 52.1%

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 52.1%
G = 11.54%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952168 (or 0x952168) is known color: Jazzberry Jam. HEX triplet: 95, 21 and 68. RGB value is (149,33,104). Sum of RGB (Red+Green+Blue) = 149+33+104=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #952168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952168 is #6ADE97. Grayscale: #4B4B4B. Windows color (decimal): -7003800 or 6824341. OLE color: 6824341.

HSL color Cylindrical-coordinate representation of color #952168: hue angle of 323.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952168 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 104 -
CMYK 0 0.78 0.30 0.42
HSL 323.28º 0.64% 0.36% -
HSV(B) 323.28º 0.78% 0.58% -
XYZ 15.44 8.48 13.92 -
YUV 75.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 149 33 104 0 0.78 0.30 0.42 323.28 0.64 0.36
Hex 95 21 68 0 4E 1E 2A 143 40 24
Octal 225 41 150 0 116 36 52 503 100 44
Binary 10010101 100001 1101000 0 1001110 11110 101010 101000011 1000000 100100

Color Harmonies of #952168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952168

Black with #952168

Text Example


Text Example

White with #952168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952168; }

 p { color: rgb(149,33,104); }

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

background-color css

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

 a { background-color: rgb(149,33,104); }

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

border-color css

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

 span { border-color: rgb(149,33,104); }

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