Html Css Color HEX #8975BE True V

📋 copy color: '#8975BE'

red 137 ◦ green 117 ◦ blue 190

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

Shades of True V #8975BE

Tints of True V #8975BE

RGB

 RED value IS 137 (53.91% from 255) = 30.86%

 GREEN value IS 117 (46.09% from 255) = 26.35%

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 30.86%
G = 26.35%
B = 42.79%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8975BE (or 0x8975BE) is known color: True V. HEX triplet: 89, 75 and BE. RGB value is (137,117,190). Sum of RGB (Red+Green+Blue) = 137+117+190=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8975BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975BE is #768A41. Grayscale: #838383. Windows color (decimal): -7768642 or 12481929. OLE color: 12481929.

HSL color Cylindrical-coordinate representation of color #8975BE: hue angle of 256.44º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8975BE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 117 190 -
CMYK 0.28 0.38 0 0.25
HSL 256.44º 0.36% 0.6% -
HSV(B) 256.44º 0.38% 0.75% -
XYZ 25.97 21.76 51.55 -
YUV 131.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 137 117 190 0.28 0.38 0 0.25 256.44 0.36 0.6
Hex 89 75 BE 1C 26 0 19 100 24 3C
Octal 211 165 276 34 46 0 31 400 44 74
Binary 10001001 1110101 10111110 11100 100110 0 11001 100000000 100100 111100

Color Harmonies of #8975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975BE

Black with #8975BE

Text Example


Text Example

White with #8975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8975BE; }

 p { color: rgb(137,117,190); }

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

background-color css

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

 a { background-color: rgb(137,117,190); }

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

border-color css

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

 span { border-color: rgb(137,117,190); }

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