Html Css Color HEX #962066 Jazzberry Jam

📋 copy color: '#962066'

red 150 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #962066

Tints of Jazzberry Jam #962066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 52.82%
G = 11.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#962066 (or 0x962066) is known color: Jazzberry Jam. HEX triplet: 96, 20 and 66. RGB value is (150,32,102). Sum of RGB (Red+Green+Blue) = 150+32+102=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #962066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962066 is #69DF99. Grayscale: #4B4B4B. Windows color (decimal): -6938522 or 6693014. OLE color: 6693014.

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

Color convert

RGB 150 32 102 -
CMYK 0 0.79 0.32 0.41
HSL 324.41º 0.65% 0.36% -
HSV(B) 324.41º 0.79% 0.59% -
XYZ 15.49 8.48 13.39 -
YUV 75.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 150 32 102 0 0.79 0.32 0.41 324.41 0.65 0.36
Hex 96 20 66 0 4F 20 29 144 41 24
Octal 226 40 146 0 117 40 51 504 101 44
Binary 10010110 100000 1100110 0 1001111 100000 101001 101000100 1000001 100100

Color Harmonies of #962066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962066

Black with #962066

Text Example


Text Example

White with #962066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962066; }

 p { color: rgb(150,32,102); }

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

background-color css

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

 a { background-color: rgb(150,32,102); }

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

border-color css

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

 span { border-color: rgb(150,32,102); }

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