Html Css Color HEX #952068 Jazzberry Jam

📋 copy color: '#952068'

red 149 ◦ green 32 ◦ blue 104

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

Shades of Jazzberry Jam #952068

Tints of Jazzberry Jam #952068

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

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

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

R = 52.28%
G = 11.23%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952068 (or 0x952068) is known color: Jazzberry Jam. HEX triplet: 95, 20 and 68. RGB value is (149,32,104). Sum of RGB (Red+Green+Blue) = 149+32+104=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952068 is #6ADF97. Grayscale: #4B4B4B. Windows color (decimal): -7004056 or 6824085. OLE color: 6824085.

HSL color Cylindrical-coordinate representation of color #952068: hue angle of 323.08º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952068 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 104 -
CMYK 0 0.79 0.30 0.42
HSL 323.08º 0.65% 0.35% -
HSV(B) 323.08º 0.79% 0.58% -
XYZ 15.41 8.42 13.91 -
YUV 75.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 149 32 104 0 0.79 0.30 0.42 323.08 0.65 0.35
Hex 95 20 68 0 4F 1E 2A 143 41 23
Octal 225 40 150 0 117 36 52 503 101 43
Binary 10010101 100000 1101000 0 1001111 11110 101010 101000011 1000001 100011

Color Harmonies of #952068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952068

Black with #952068

Text Example


Text Example

White with #952068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952068; }

 p { color: rgb(149,32,104); }

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

background-color css

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

 a { background-color: rgb(149,32,104); }

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

border-color css

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

 span { border-color: rgb(149,32,104); }

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