Html Css Color HEX #98668A Strikemaster

📋 copy color: '#98668A'

red 152 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #98668A

Tints of Strikemaster #98668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 38.78%
G = 26.02%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98668A (or 0x98668A) is known color: Strikemaster. HEX triplet: 98, 66 and 8A. RGB value is (152,102,138). Sum of RGB (Red+Green+Blue) = 152+102+138=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98668A is #679975. Grayscale: #787878. Windows color (decimal): -6789494 or 9070232. OLE color: 9070232.

HSL color Cylindrical-coordinate representation of color #98668A: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98668A is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 138 -
CMYK 0 0.33 0.09 0.40
HSL 316.8º 0.2% 0.5% -
HSV(B) 316.8º 0.33% 0.6% -
XYZ 22.29 18.01 26.35 -
YUV 121.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 152 102 138 0 0.33 0.09 0.40 316.8 0.2 0.5
Hex 98 66 8A 0 21 9 28 13D 14 32
Octal 230 146 212 0 41 11 50 475 24 62
Binary 10011000 1100110 10001010 0 100001 1001 101000 100111101 10100 110010

Color Harmonies of #98668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98668A

Black with #98668A

Text Example


Text Example

White with #98668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98668A; }

 p { color: rgb(152,102,138); }

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

background-color css

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

 a { background-color: rgb(152,102,138); }

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

border-color css

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

 span { border-color: rgb(152,102,138); }

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