Html Css Color HEX #982067 Jazzberry Jam

📋 copy color: '#982067'

red 152 ◦ green 32 ◦ blue 103

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

Shades of Jazzberry Jam #982067

Tints of Jazzberry Jam #982067

RGB

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

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

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

R = 52.96%
G = 11.15%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#982067 (or 0x982067) is known color: Jazzberry Jam. HEX triplet: 98, 20 and 67. RGB value is (152,32,103). Sum of RGB (Red+Green+Blue) = 152+32+103=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #982067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982067 is #67DF98. Grayscale: #4B4B4B. Windows color (decimal): -6807449 or 6758552. OLE color: 6758552.

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

Color convert

RGB 152 32 103 -
CMYK 0 0.79 0.32 0.40
HSL 324.5º 0.65% 0.36% -
HSV(B) 324.5º 0.79% 0.6% -
XYZ 15.91 8.69 13.67 -
YUV 75.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 152 32 103 0 0.79 0.32 0.40 324.5 0.65 0.36
Hex 98 20 67 0 4F 20 28 144 41 24
Octal 230 40 147 0 117 40 50 504 101 44
Binary 10011000 100000 1100111 0 1001111 100000 101000 101000100 1000001 100100

Color Harmonies of #982067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982067

Black with #982067

Text Example


Text Example

White with #982067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982067; }

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

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

background-color css

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

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

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

border-color css

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

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

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