Html Css Color HEX #8F68CD True V

📋 copy color: '#8F68CD'

red 143 ◦ green 104 ◦ blue 205

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

Shades of True V #8F68CD

Tints of True V #8F68CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 31.64%
G = 23.01%
B = 45.35%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F68CD (or 0x8F68CD) is known color: True V. HEX triplet: 8F, 68 and CD. RGB value is (143,104,205). Sum of RGB (Red+Green+Blue) = 143+104+205=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68CD is #709732. Grayscale: #7E7E7E. Windows color (decimal): -7378739 or 13461647. OLE color: 13461647.

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

Color convert

RGB 143 104 205 -
CMYK 0.30 0.49 0 0.20
HSL 263.17º 0.5% 0.61% -
HSV(B) 263.17º 0.49% 0.8% -
XYZ 27.3 20.15 60.21 -
YUV 127.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 143 104 205 0.30 0.49 0 0.20 263.17 0.5 0.61
Hex 8F 68 CD 1E 31 0 14 107 32 3D
Octal 217 150 315 36 61 0 24 407 62 75
Binary 10001111 1101000 11001101 11110 110001 0 10100 100000111 110010 111101

Color Harmonies of #8F68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F68CD

Black with #8F68CD

Text Example


Text Example

White with #8F68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,205); }

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

background-color css

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

 a { background-color: rgb(143,104,205); }

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

border-color css

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

 span { border-color: rgb(143,104,205); }

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