Html Css Color HEX #962167 Jazzberry Jam

📋 copy color: '#962167'

red 150 ◦ green 33 ◦ blue 103

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

Shades of Jazzberry Jam #962167

Tints of Jazzberry Jam #962167

RGB

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

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

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

R = 52.45%
G = 11.54%
B = 36.01%

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

#962167 (or 0x962167) is known color: Jazzberry Jam. HEX triplet: 96, 21 and 67. RGB value is (150,33,103). Sum of RGB (Red+Green+Blue) = 150+33+103=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #962167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962167 is #69DE98. Grayscale: #4B4B4B. Windows color (decimal): -6938265 or 6758806. OLE color: 6758806.

HSL color Cylindrical-coordinate representation of color #962167: hue angle of 324.1º 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 #962167 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 103 -
CMYK 0 0.78 0.31 0.41
HSL 324.1º 0.64% 0.36% -
HSV(B) 324.1º 0.78% 0.59% -
XYZ 15.57 8.55 13.66 -
YUV 75.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 150 33 103 0 0.78 0.31 0.41 324.1 0.64 0.36
Hex 96 21 67 0 4E 1F 29 144 40 24
Octal 226 41 147 0 116 37 51 504 100 44
Binary 10010110 100001 1100111 0 1001110 11111 101001 101000100 1000000 100100

Color Harmonies of #962167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962167

Black with #962167

Text Example


Text Example

White with #962167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962167; }

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

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

background-color css

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

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

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

border-color css

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

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

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