Html Css Color HEX #90617B Strikemaster

📋 copy color: '#90617B'

red 144 ◦ green 97 ◦ blue 123

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

Shades of Strikemaster #90617B

Tints of Strikemaster #90617B

RGB

 RED value IS 144 (56.64% from 255) = 39.56%

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 39.56%
G = 26.65%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90617B (or 0x90617B) is known color: Strikemaster. HEX triplet: 90, 61 and 7B. RGB value is (144,97,123). Sum of RGB (Red+Green+Blue) = 144+97+123=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #90617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90617B is #6F9E84. Grayscale: #717171. Windows color (decimal): -7315077 or 8085904. OLE color: 8085904.

HSL color Cylindrical-coordinate representation of color #90617B: hue angle of 326.81º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90617B is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 97 123 -
CMYK 0 0.33 0.15 0.44
HSL 326.81º 0.2% 0.47% -
HSV(B) 326.81º 0.33% 0.56% -
XYZ 19.35 15.91 20.79 -
YUV 114.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 144 97 123 0 0.33 0.15 0.44 326.81 0.2 0.47
Hex 90 61 7B 0 21 F 2C 147 14 2F
Octal 220 141 173 0 41 17 54 507 24 57
Binary 10010000 1100001 1111011 0 100001 1111 101100 101000111 10100 101111

Color Harmonies of #90617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90617B

Black with #90617B

Text Example


Text Example

White with #90617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90617B; }

 p { color: rgb(144,97,123); }

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

background-color css

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

 a { background-color: rgb(144,97,123); }

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

border-color css

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

 span { border-color: rgb(144,97,123); }

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