Html Css Color HEX #941E66 Jazzberry Jam

📋 copy color: '#941E66'

red 148 ◦ green 30 ◦ blue 102

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

Shades of Jazzberry Jam #941E66

Tints of Jazzberry Jam #941E66

RGB

 RED value IS 148 (58.2% from 255) = 52.86%

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 52.86%
G = 10.71%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#941E66 (or 0x941E66) is known color: Jazzberry Jam. HEX triplet: 94, 1E and 66. RGB value is (148,30,102). Sum of RGB (Red+Green+Blue) = 148+30+102=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #941E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941E66 is #6BE199. Grayscale: #494949. Windows color (decimal): -7070106 or 6692500. OLE color: 6692500.

HSL color Cylindrical-coordinate representation of color #941E66: hue angle of 323.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941E66 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 30 102 -
CMYK 0 0.80 0.31 0.42
HSL 323.39º 0.66% 0.35% -
HSV(B) 323.39º 0.8% 0.58% -
XYZ 15.08 8.18 13.36 -
YUV 73.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 148 30 102 0 0.80 0.31 0.42 323.39 0.66 0.35
Hex 94 1E 66 0 50 1F 2A 143 42 23
Octal 224 36 146 0 120 37 52 503 102 43
Binary 10010100 11110 1100110 0 1010000 11111 101010 101000011 1000010 100011

Color Harmonies of #941E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941E66

Black with #941E66

Text Example


Text Example

White with #941E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941E66; }

 p { color: rgb(148,30,102); }

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

background-color css

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

 a { background-color: rgb(148,30,102); }

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

border-color css

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

 span { border-color: rgb(148,30,102); }

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