Html Css Color HEX #8C6FBE True V

📋 copy color: '#8C6FBE'

red 140 ◦ green 111 ◦ blue 190

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

Shades of True V #8C6FBE

Tints of True V #8C6FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 31.75%
G = 25.17%
B = 43.08%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C6FBE (or 0x8C6FBE) is known color: True V. HEX triplet: 8C, 6F and BE. RGB value is (140,111,190). Sum of RGB (Red+Green+Blue) = 140+111+190=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FBE is #739041. Grayscale: #808080. Windows color (decimal): -7573570 or 12480396. OLE color: 12480396.

HSL color Cylindrical-coordinate representation of color #8C6FBE: hue angle of 262.03º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C6FBE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 111 190 -
CMYK 0.26 0.42 0 0.25
HSL 262.03º 0.38% 0.59% -
HSV(B) 262.03º 0.42% 0.75% -
XYZ 25.79 20.66 51.34 -
YUV 128.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 140 111 190 0.26 0.42 0 0.25 262.03 0.38 0.59
Hex 8C 6F BE 1A 2A 0 19 106 26 3B
Octal 214 157 276 32 52 0 31 406 46 73
Binary 10001100 1101111 10111110 11010 101010 0 11001 100000110 100110 111011

Color Harmonies of #8C6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6FBE

Black with #8C6FBE

Text Example


Text Example

White with #8C6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,111,190); }

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

background-color css

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

 a { background-color: rgb(140,111,190); }

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

border-color css

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

 span { border-color: rgb(140,111,190); }

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