Html Css Color HEX #8975B6 True V

📋 copy color: '#8975B6'

red 137 ◦ green 117 ◦ blue 182

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

Shades of True V #8975B6

Tints of True V #8975B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 31.42%
G = 26.83%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8975B6 (or 0x8975B6) is known color: True V. HEX triplet: 89, 75 and B6. RGB value is (137,117,182). Sum of RGB (Red+Green+Blue) = 137+117+182=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #8975B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975B6 is #768A49. Grayscale: #828282. Windows color (decimal): -7768650 or 11957641. OLE color: 11957641.

HSL color Cylindrical-coordinate representation of color #8975B6: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8975B6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 117 182 -
CMYK 0.25 0.36 0 0.29
HSL 258.46º 0.31% 0.59% -
HSV(B) 258.46º 0.36% 0.71% -
XYZ 25.12 21.42 47.07 -
YUV 130.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 137 117 182 0.25 0.36 0 0.29 258.46 0.31 0.59
Hex 89 75 B6 19 24 0 1D 102 1F 3B
Octal 211 165 266 31 44 0 35 402 37 73
Binary 10001001 1110101 10110110 11001 100100 0 11101 100000010 11111 111011

Color Harmonies of #8975B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975B6

Black with #8975B6

Text Example


Text Example

White with #8975B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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