Html Css Color HEX #981B69 Jazzberry Jam

📋 copy color: '#981B69'

red 152 ◦ green 27 ◦ blue 105

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

Shades of Jazzberry Jam #981B69

Tints of Jazzberry Jam #981B69

RGB

 RED value IS 152 (59.77% from 255) = 53.52%

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 53.52%
G = 9.51%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#981B69 (or 0x981B69) is known color: Jazzberry Jam. HEX triplet: 98, 1B and 69. RGB value is (152,27,105). Sum of RGB (Red+Green+Blue) = 152+27+105=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #981B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B69 is #67E496. Grayscale: #494949. Windows color (decimal): -6808727 or 6888344. OLE color: 6888344.

HSL color Cylindrical-coordinate representation of color #981B69: hue angle of 322.56º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B69 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 27 105 -
CMYK 0 0.82 0.31 0.40
HSL 322.56º 0.7% 0.35% -
HSV(B) 322.56º 0.82% 0.6% -
XYZ 15.89 8.48 14.16 -
YUV 73.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 152 27 105 0 0.82 0.31 0.40 322.56 0.7 0.35
Hex 98 1B 69 0 52 1F 28 143 46 23
Octal 230 33 151 0 122 37 50 503 106 43
Binary 10011000 11011 1101001 0 1010010 11111 101000 101000011 1000110 100011

Color Harmonies of #981B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B69

Black with #981B69

Text Example


Text Example

White with #981B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981B69; }

 p { color: rgb(152,27,105); }

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

background-color css

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

 a { background-color: rgb(152,27,105); }

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

border-color css

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

 span { border-color: rgb(152,27,105); }

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