Html Css Color HEX #9B638D Strikemaster

📋 copy color: '#9B638D'

red 155 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #9B638D

Tints of Strikemaster #9B638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 39.24%
G = 25.06%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B638D (or 0x9B638D) is known color: Strikemaster. HEX triplet: 9B, 63 and 8D. RGB value is (155,99,141). Sum of RGB (Red+Green+Blue) = 155+99+141=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B638D is #649C72. Grayscale: #787878. Windows color (decimal): -6593651 or 9266075. OLE color: 9266075.

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

Color convert

RGB 155 99 141 -
CMYK 0 0.36 0.09 0.39
HSL 315º 0.22% 0.5% -
HSV(B) 315º 0.36% 0.61% -
XYZ 22.79 17.82 27.44 -
YUV 120.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 155 99 141 0 0.36 0.09 0.39 315 0.22 0.5
Hex 9B 63 8D 0 24 9 27 13B 16 32
Octal 233 143 215 0 44 11 47 473 26 62
Binary 10011011 1100011 10001101 0 100100 1001 100111 100111011 10110 110010

Color Harmonies of #9B638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B638D

Black with #9B638D

Text Example


Text Example

White with #9B638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,141); }

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

background-color css

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

 a { background-color: rgb(155,99,141); }

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

border-color css

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

 span { border-color: rgb(155,99,141); }

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