Html Css Color HEX #8975BF True V

📋 copy color: '#8975BF'

red 137 ◦ green 117 ◦ blue 191

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

Shades of True V #8975BF

Tints of True V #8975BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.92%

R = 30.79%
G = 26.29%
B = 42.92%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8975BF (or 0x8975BF) is known color: True V. HEX triplet: 89, 75 and BF. RGB value is (137,117,191). Sum of RGB (Red+Green+Blue) = 137+117+191=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #8975BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975BF is #768A40. Grayscale: #838383. Windows color (decimal): -7768641 or 12547465. OLE color: 12547465.

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

Color convert

RGB 137 117 191 -
CMYK 0.28 0.39 0 0.25
HSL 256.22º 0.37% 0.6% -
HSV(B) 256.22º 0.39% 0.75% -
XYZ 26.08 21.8 52.12 -
YUV 131.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 137 117 191 0.28 0.39 0 0.25 256.22 0.37 0.6
Hex 89 75 BF 1C 27 0 19 100 25 3C
Octal 211 165 277 34 47 0 31 400 45 74
Binary 10001001 1110101 10111111 11100 100111 0 11001 100000000 100101 111100

Color Harmonies of #8975BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975BF

Black with #8975BF

Text Example


Text Example

White with #8975BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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