Html Css Color HEX #8F7ACA True V

📋 copy color: '#8F7ACA'

red 143 ◦ green 122 ◦ blue 202

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

Shades of True V #8F7ACA

Tints of True V #8F7ACA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 30.62%
G = 26.12%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F7ACA (or 0x8F7ACA) is known color: True V. HEX triplet: 8F, 7A and CA. RGB value is (143,122,202). Sum of RGB (Red+Green+Blue) = 143+122+202=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7ACA is #708535. Grayscale: #898989. Windows color (decimal): -7374134 or 13269647. OLE color: 13269647.

HSL color Cylindrical-coordinate representation of color #8F7ACA: hue angle of 255.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7ACA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 122 202 -
CMYK 0.29 0.40 0 0.21
HSL 255.75º 0.43% 0.64% -
HSV(B) 255.75º 0.4% 0.79% -
XYZ 28.95 24.02 58.99 -
YUV 137.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 143 122 202 0.29 0.40 0 0.21 255.75 0.43 0.64
Hex 8F 7A CA 1D 28 0 15 100 2B 40
Octal 217 172 312 35 50 0 25 400 53 100
Binary 10001111 1111010 11001010 11101 101000 0 10101 100000000 101011 1000000

Color Harmonies of #8F7ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7ACA

Black with #8F7ACA

Text Example


Text Example

White with #8F7ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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