Html Css Color HEX #952067 Jazzberry Jam

📋 copy color: '#952067'

red 149 ◦ green 32 ◦ blue 103

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

Shades of Jazzberry Jam #952067

Tints of Jazzberry Jam #952067

RGB

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

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

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

R = 52.46%
G = 11.27%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#952067 (or 0x952067) is known color: Jazzberry Jam. HEX triplet: 95, 20 and 67. RGB value is (149,32,103). Sum of RGB (Red+Green+Blue) = 149+32+103=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #952067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952067 is #6ADF98. Grayscale: #4A4A4A. Windows color (decimal): -7004057 or 6758549. OLE color: 6758549.

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

Color convert

RGB 149 32 103 -
CMYK 0 0.79 0.31 0.42
HSL 323.59º 0.65% 0.35% -
HSV(B) 323.59º 0.79% 0.58% -
XYZ 15.36 8.4 13.64 -
YUV 75.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 149 32 103 0 0.79 0.31 0.42 323.59 0.65 0.35
Hex 95 20 67 0 4F 1F 2A 144 41 23
Octal 225 40 147 0 117 37 52 504 101 43
Binary 10010101 100000 1100111 0 1001111 11111 101010 101000100 1000001 100011

Color Harmonies of #952067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952067

Black with #952067

Text Example


Text Example

White with #952067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952067; }

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

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

background-color css

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

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

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

border-color css

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

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

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