Html Css Color HEX #962168 Jazzberry Jam

📋 copy color: '#962168'

red 150 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #962168

Tints of Jazzberry Jam #962168

RGB

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

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

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

R = 52.26%
G = 11.5%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#962168 (or 0x962168) is known color: Jazzberry Jam. HEX triplet: 96, 21 and 68. RGB value is (150,33,104). Sum of RGB (Red+Green+Blue) = 150+33+104=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #962168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962168 is #69DE97. Grayscale: #4B4B4B. Windows color (decimal): -6938264 or 6824342. OLE color: 6824342.

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

Color convert

RGB 150 33 104 -
CMYK 0 0.78 0.31 0.41
HSL 323.59º 0.64% 0.36% -
HSV(B) 323.59º 0.78% 0.59% -
XYZ 15.62 8.57 13.93 -
YUV 76.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 150 33 104 0 0.78 0.31 0.41 323.59 0.64 0.36
Hex 96 21 68 0 4E 1F 29 144 40 24
Octal 226 41 150 0 116 37 51 504 100 44
Binary 10010110 100001 1101000 0 1001110 11111 101001 101000100 1000000 100100

Color Harmonies of #962168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962168

Black with #962168

Text Example


Text Example

White with #962168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962168; }

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

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

background-color css

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

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

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

border-color css

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

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

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