Html Css Color HEX #8D76BF True V

📋 copy color: '#8D76BF'

red 141 ◦ green 118 ◦ blue 191

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

Shades of True V #8D76BF

Tints of True V #8D76BF

RGB

 RED value IS 141 (55.47% from 255) = 31.33%

 GREEN value IS 118 (46.48% from 255) = 26.22%

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

R = 31.33%
G = 26.22%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D76BF (or 0x8D76BF) is known color: True V. HEX triplet: 8D, 76 and BF. RGB value is (141,118,191). Sum of RGB (Red+Green+Blue) = 141+118+191=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D76BF is #728940. Grayscale: #848484. Windows color (decimal): -7506241 or 12547725. OLE color: 12547725.

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

Color convert

RGB 141 118 191 -
CMYK 0.26 0.38 0 0.25
HSL 258.9º 0.36% 0.61% -
HSV(B) 258.9º 0.38% 0.75% -
XYZ 26.87 22.38 52.19 -
YUV 133.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 141 118 191 0.26 0.38 0 0.25 258.9 0.36 0.61
Hex 8D 76 BF 1A 26 0 19 103 24 3D
Octal 215 166 277 32 46 0 31 403 44 75
Binary 10001101 1110110 10111111 11010 100110 0 11001 100000011 100100 111101

Color Harmonies of #8D76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D76BF

Black with #8D76BF

Text Example


Text Example

White with #8D76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D76BF; }

 p { color: rgb(141,118,191); }

 H1.HeaderClassName
 {
   color: #8D76BF;
 }
 .AnyTagClassName
 {
   color: #8D76BF;
 }
</style>

background-color css

<style>
 a { background-color: #8D76BF; }

 a { background-color: rgb(141,118,191); }

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

border-color css

<style>
 span { border-color: #8D76BF; }

 span { border-color: rgb(141,118,191); }

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