Html Css Color HEX #951F68 Jazzberry Jam

📋 copy color: '#951F68'

red 149 ◦ green 31 ◦ blue 104

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

Shades of Jazzberry Jam #951F68

Tints of Jazzberry Jam #951F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

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

R = 52.46%
G = 10.92%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#951F68 (or 0x951F68) is known color: Jazzberry Jam. HEX triplet: 95, 1F and 68. RGB value is (149,31,104). Sum of RGB (Red+Green+Blue) = 149+31+104=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F68 is #6AE097. Grayscale: #4A4A4A. Windows color (decimal): -7004312 or 6823829. OLE color: 6823829.

HSL color Cylindrical-coordinate representation of color #951F68: hue angle of 322.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #951F68 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 104 -
CMYK 0 0.79 0.30 0.42
HSL 322.88º 0.66% 0.35% -
HSV(B) 322.88º 0.79% 0.58% -
XYZ 15.38 8.37 13.9 -
YUV 74.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 149 31 104 0 0.79 0.30 0.42 322.88 0.66 0.35
Hex 95 1F 68 0 4F 1E 2A 143 42 23
Octal 225 37 150 0 117 36 52 503 102 43
Binary 10010101 11111 1101000 0 1001111 11110 101010 101000011 1000010 100011

Color Harmonies of #951F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F68

Black with #951F68

Text Example


Text Example

White with #951F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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