Html Css Color HEX #961F67 Jazzberry Jam

📋 copy color: '#961F67'

red 150 ◦ green 31 ◦ blue 103

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

Shades of Jazzberry Jam #961F67

Tints of Jazzberry Jam #961F67

RGB

 RED value IS 150 (58.98% from 255) = 52.82%

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

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 52.82%
G = 10.92%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#961F67 (or 0x961F67) is known color: Jazzberry Jam. HEX triplet: 96, 1F and 67. RGB value is (150,31,103). Sum of RGB (Red+Green+Blue) = 150+31+103=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #961F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F67 is #69E098. Grayscale: #4A4A4A. Windows color (decimal): -6938777 or 6758294. OLE color: 6758294.

HSL color Cylindrical-coordinate representation of color #961F67: hue angle of 323.7º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F67 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 31 103 -
CMYK 0 0.79 0.31 0.41
HSL 323.7º 0.66% 0.35% -
HSV(B) 323.7º 0.79% 0.59% -
XYZ 15.52 8.44 13.64 -
YUV 74.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 150 31 103 0 0.79 0.31 0.41 323.7 0.66 0.35
Hex 96 1F 67 0 4F 1F 29 144 42 23
Octal 226 37 147 0 117 37 51 504 102 43
Binary 10010110 11111 1100111 0 1001111 11111 101001 101000100 1000010 100011

Color Harmonies of #961F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F67

Black with #961F67

Text Example


Text Example

White with #961F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961F67; }

 p { color: rgb(150,31,103); }

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

background-color css

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

 a { background-color: rgb(150,31,103); }

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

border-color css

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

 span { border-color: rgb(150,31,103); }

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