Html Css Color HEX #8973CF True V

📋 copy color: '#8973CF'

red 137 ◦ green 115 ◦ blue 207

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

Shades of True V #8973CF

Tints of True V #8973CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 29.85%
G = 25.05%
B = 45.1%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8973CF (or 0x8973CF) is known color: True V. HEX triplet: 89, 73 and CF. RGB value is (137,115,207). Sum of RGB (Red+Green+Blue) = 137+115+207=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #8973CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973CF is #768C30. Grayscale: #838383. Windows color (decimal): -7769137 or 13595529. OLE color: 13595529.

HSL color Cylindrical-coordinate representation of color #8973CF: hue angle of 254.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8973CF is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 115 207 -
CMYK 0.34 0.44 0 0.19
HSL 254.35º 0.49% 0.63% -
HSV(B) 254.35º 0.44% 0.81% -
XYZ 27.71 22.08 61.83 -
YUV 132.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 137 115 207 0.34 0.44 0 0.19 254.35 0.49 0.63
Hex 89 73 CF 22 2C 0 13 FE 31 3F
Octal 211 163 317 42 54 0 23 376 61 77
Binary 10001001 1110011 11001111 100010 101100 0 10011 11111110 110001 111111

Color Harmonies of #8973CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973CF

Black with #8973CF

Text Example


Text Example

White with #8973CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973CF; }

 p { color: rgb(137,115,207); }

 H1.HeaderClassName
 {
   color: #8973CF;
 }
 .AnyTagClassName
 {
   color: #8973CF;
 }
</style>

background-color css

<style>
 a { background-color: #8973CF; }

 a { background-color: rgb(137,115,207); }

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

border-color css

<style>
 span { border-color: #8973CF; }

 span { border-color: rgb(137,115,207); }

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