Html Css Color HEX #9B648A Strikemaster

📋 copy color: '#9B648A'

red 155 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #9B648A

Tints of Strikemaster #9B648A

RGB

 RED value IS 155 (60.94% from 255) = 39.44%

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 39.44%
G = 25.45%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B648A (or 0x9B648A) is known color: Strikemaster. HEX triplet: 9B, 64 and 8A. RGB value is (155,100,138). Sum of RGB (Red+Green+Blue) = 155+100+138=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B648A is #649B75. Grayscale: #787878. Windows color (decimal): -6593398 or 9069723. OLE color: 9069723.

HSL color Cylindrical-coordinate representation of color #9B648A: hue angle of 318.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B648A is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 100 138 -
CMYK 0 0.35 0.11 0.39
HSL 318.55º 0.22% 0.5% -
HSV(B) 318.55º 0.35% 0.61% -
XYZ 22.66 17.92 26.31 -
YUV 120.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 155 100 138 0 0.35 0.11 0.39 318.55 0.22 0.5
Hex 9B 64 8A 0 23 B 27 13F 16 32
Octal 233 144 212 0 43 13 47 477 26 62
Binary 10011011 1100100 10001010 0 100011 1011 100111 100111111 10110 110010

Color Harmonies of #9B648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B648A

Black with #9B648A

Text Example


Text Example

White with #9B648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B648A; }

 p { color: rgb(155,100,138); }

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

background-color css

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

 a { background-color: rgb(155,100,138); }

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

border-color css

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

 span { border-color: rgb(155,100,138); }

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