Html Css Color HEX #8C6CCA True V

📋 copy color: '#8C6CCA'

red 140 ◦ green 108 ◦ blue 202

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

Shades of True V #8C6CCA

Tints of True V #8C6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 31.11%
G = 24%
B = 44.89%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C6CCA (or 0x8C6CCA) is known color: True V. HEX triplet: 8C, 6C and CA. RGB value is (140,108,202). Sum of RGB (Red+Green+Blue) = 140+108+202=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CCA is #739335. Grayscale: #7F7F7F. Windows color (decimal): -7574326 or 13266060. OLE color: 13266060.

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

Color convert

RGB 140 108 202 -
CMYK 0.31 0.47 0 0.21
HSL 260.43º 0.47% 0.61% -
HSV(B) 260.43º 0.47% 0.79% -
XYZ 26.84 20.56 58.43 -
YUV 128.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 140 108 202 0.31 0.47 0 0.21 260.43 0.47 0.61
Hex 8C 6C CA 1F 2F 0 15 104 2F 3D
Octal 214 154 312 37 57 0 25 404 57 75
Binary 10001100 1101100 11001010 11111 101111 0 10101 100000100 101111 111101

Color Harmonies of #8C6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6CCA

Black with #8C6CCA

Text Example


Text Example

White with #8C6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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