Html Css Color HEX #951A68 Jazzberry Jam

📋 copy color: '#951A68'

red 149 ◦ green 26 ◦ blue 104

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

Shades of Jazzberry Jam #951A68

Tints of Jazzberry Jam #951A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

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

R = 53.41%
G = 9.32%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#951A68 (or 0x951A68) is known color: Jazzberry Jam. HEX triplet: 95, 1A and 68. RGB value is (149,26,104). Sum of RGB (Red+Green+Blue) = 149+26+104=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #951A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A68 is #6AE597. Grayscale: #474747. Windows color (decimal): -7005592 or 6822549. OLE color: 6822549.

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

Color convert

RGB 149 26 104 -
CMYK 0 0.83 0.30 0.42
HSL 321.95º 0.7% 0.34% -
HSV(B) 321.95º 0.83% 0.58% -
XYZ 15.26 8.13 13.86 -
YUV 71.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 149 26 104 0 0.83 0.30 0.42 321.95 0.7 0.34
Hex 95 1A 68 0 53 1E 2A 142 46 22
Octal 225 32 150 0 123 36 52 502 106 42
Binary 10010101 11010 1101000 0 1010011 11110 101010 101000010 1000110 100010

Color Harmonies of #951A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A68

Black with #951A68

Text Example


Text Example

White with #951A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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