Html Css Color HEX #8972CB True V

📋 copy color: '#8972CB'

red 137 ◦ green 114 ◦ blue 203

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

Shades of True V #8972CB

Tints of True V #8972CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 30.18%
G = 25.11%
B = 44.71%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8972CB (or 0x8972CB) is known color: True V. HEX triplet: 89, 72 and CB. RGB value is (137,114,203). Sum of RGB (Red+Green+Blue) = 137+114+203=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #8972CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972CB is #768D34. Grayscale: #828282. Windows color (decimal): -7769397 or 13333129. OLE color: 13333129.

HSL color Cylindrical-coordinate representation of color #8972CB: hue angle of 255.51º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8972CB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 114 203 -
CMYK 0.33 0.44 0 0.20
HSL 255.51º 0.46% 0.62% -
HSV(B) 255.51º 0.44% 0.8% -
XYZ 27.11 21.66 59.25 -
YUV 131.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 137 114 203 0.33 0.44 0 0.20 255.51 0.46 0.62
Hex 89 72 CB 21 2C 0 14 100 2E 3E
Octal 211 162 313 41 54 0 24 400 56 76
Binary 10001001 1110010 11001011 100001 101100 0 10100 100000000 101110 111110

Color Harmonies of #8972CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8972CB

Black with #8972CB

Text Example


Text Example

White with #8972CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8972CB; }

 p { color: rgb(137,114,203); }

 H1.HeaderClassName
 {
   color: #8972CB;
 }
 .AnyTagClassName
 {
   color: #8972CB;
 }
</style>

background-color css

<style>
 a { background-color: #8972CB; }

 a { background-color: rgb(137,114,203); }

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

border-color css

<style>
 span { border-color: #8972CB; }

 span { border-color: rgb(137,114,203); }

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