Html Css Color HEX #8F75CA True V

📋 copy color: '#8F75CA'

red 143 ◦ green 117 ◦ blue 202

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

Shades of True V #8F75CA

Tints of True V #8F75CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 30.95%
G = 25.32%
B = 43.72%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F75CA (or 0x8F75CA) is known color: True V. HEX triplet: 8F, 75 and CA. RGB value is (143,117,202). Sum of RGB (Red+Green+Blue) = 143+117+202=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F75CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75CA is #708A35. Grayscale: #868686. Windows color (decimal): -7375414 or 13268367. OLE color: 13268367.

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

Color convert

RGB 143 117 202 -
CMYK 0.29 0.42 0 0.21
HSL 258.35º 0.45% 0.63% -
HSV(B) 258.35º 0.42% 0.79% -
XYZ 28.35 22.83 58.79 -
YUV 134.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 143 117 202 0.29 0.42 0 0.21 258.35 0.45 0.63
Hex 8F 75 CA 1D 2A 0 15 102 2D 3F
Octal 217 165 312 35 52 0 25 402 55 77
Binary 10001111 1110101 11001010 11101 101010 0 10101 100000010 101101 111111

Color Harmonies of #8F75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F75CA

Black with #8F75CA

Text Example


Text Example

White with #8F75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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