Html Css Color HEX #8F72CA True V

📋 copy color: '#8F72CA'

red 143 ◦ green 114 ◦ blue 202

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

Shades of True V #8F72CA

Tints of True V #8F72CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 31.15%
G = 24.84%
B = 44.01%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F72CA (or 0x8F72CA) is known color: True V. HEX triplet: 8F, 72 and CA. RGB value is (143,114,202). Sum of RGB (Red+Green+Blue) = 143+114+202=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F72CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72CA is #708D35. Grayscale: #848484. Windows color (decimal): -7376182 or 13267599. OLE color: 13267599.

HSL color Cylindrical-coordinate representation of color #8F72CA: hue angle of 259.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F72CA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 114 202 -
CMYK 0.29 0.44 0 0.21
HSL 259.77º 0.45% 0.62% -
HSV(B) 259.77º 0.44% 0.79% -
XYZ 28.01 22.14 58.67 -
YUV 132.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 143 114 202 0.29 0.44 0 0.21 259.77 0.45 0.62
Hex 8F 72 CA 1D 2C 0 15 104 2D 3E
Octal 217 162 312 35 54 0 25 404 55 76
Binary 10001111 1110010 11001010 11101 101100 0 10101 100000100 101101 111110

Color Harmonies of #8F72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F72CA

Black with #8F72CA

Text Example


Text Example

White with #8F72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,114,202); }

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

background-color css

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

 a { background-color: rgb(143,114,202); }

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

border-color css

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

 span { border-color: rgb(143,114,202); }

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