Html Css Color HEX #8C68CA True V

📋 copy color: '#8C68CA'

red 140 ◦ green 104 ◦ blue 202

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

Shades of True V #8C68CA

Tints of True V #8C68CA

RGB

 RED value IS 140 (55.08% from 255) = 31.39%

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

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

R = 31.39%
G = 23.32%
B = 45.29%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C68CA (or 0x8C68CA) is known color: True V. HEX triplet: 8C, 68 and CA. RGB value is (140,104,202). Sum of RGB (Red+Green+Blue) = 140+104+202=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C68CA is #739735. Grayscale: #7D7D7D. Windows color (decimal): -7575350 or 13265036. OLE color: 13265036.

HSL color Cylindrical-coordinate representation of color #8C68CA: hue angle of 262.04º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C68CA is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 104 202 -
CMYK 0.31 0.49 0 0.21
HSL 262.04º 0.48% 0.6% -
HSV(B) 262.04º 0.49% 0.79% -
XYZ 26.43 19.74 58.29 -
YUV 125.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 140 104 202 0.31 0.49 0 0.21 262.04 0.48 0.6
Hex 8C 68 CA 1F 31 0 15 106 30 3C
Octal 214 150 312 37 61 0 25 406 60 74
Binary 10001100 1101000 11001010 11111 110001 0 10101 100000110 110000 111100

Color Harmonies of #8C68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C68CA

Black with #8C68CA

Text Example


Text Example

White with #8C68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,104,202); }

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

background-color css

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

 a { background-color: rgb(140,104,202); }

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

border-color css

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

 span { border-color: rgb(140,104,202); }

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