Html Css Color HEX #8F73CB True V

📋 copy color: '#8F73CB'

red 143 ◦ green 115 ◦ blue 203

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

Shades of True V #8F73CB

Tints of True V #8F73CB

RGB

 RED value IS 143 (56.25% from 255) = 31.02%

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

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

R = 31.02%
G = 24.95%
B = 44.03%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F73CB (or 0x8F73CB) is known color: True V. HEX triplet: 8F, 73 and CB. RGB value is (143,115,203). Sum of RGB (Red+Green+Blue) = 143+115+203=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73CB is #708C34. Grayscale: #858585. Windows color (decimal): -7375925 or 13333391. OLE color: 13333391.

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

Color convert

RGB 143 115 203 -
CMYK 0.30 0.43 0 0.20
HSL 259.09º 0.46% 0.62% -
HSV(B) 259.09º 0.43% 0.8% -
XYZ 28.24 22.41 59.34 -
YUV 133.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 143 115 203 0.30 0.43 0 0.20 259.09 0.46 0.62
Hex 8F 73 CB 1E 2B 0 14 103 2E 3E
Octal 217 163 313 36 53 0 24 403 56 76
Binary 10001111 1110011 11001011 11110 101011 0 10100 100000011 101110 111110

Color Harmonies of #8F73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F73CB

Black with #8F73CB

Text Example


Text Example

White with #8F73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,115,203); }

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

background-color css

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

 a { background-color: rgb(143,115,203); }

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

border-color css

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

 span { border-color: rgb(143,115,203); }

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