Html Css Color HEX #8C74CF True V

📋 copy color: '#8C74CF'

red 140 ◦ green 116 ◦ blue 207

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

Shades of True V #8C74CF

Tints of True V #8C74CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 30.24%
G = 25.05%
B = 44.71%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C74CF (or 0x8C74CF) is known color: True V. HEX triplet: 8C, 74 and CF. RGB value is (140,116,207). Sum of RGB (Red+Green+Blue) = 140+116+207=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C74CF is #738B30. Grayscale: #858585. Windows color (decimal): -7572273 or 13595788. OLE color: 13595788.

HSL color Cylindrical-coordinate representation of color #8C74CF: hue angle of 255.82º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C74CF is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 116 207 -
CMYK 0.32 0.44 0 0.19
HSL 255.82º 0.49% 0.63% -
HSV(B) 255.82º 0.44% 0.81% -
XYZ 28.32 22.57 61.9 -
YUV 133.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 140 116 207 0.32 0.44 0 0.19 255.82 0.49 0.63
Hex 8C 74 CF 20 2C 0 13 100 31 3F
Octal 214 164 317 40 54 0 23 400 61 77
Binary 10001100 1110100 11001111 100000 101100 0 10011 100000000 110001 111111

Color Harmonies of #8C74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74CF

Black with #8C74CF

Text Example


Text Example

White with #8C74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,207); }

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

background-color css

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

 a { background-color: rgb(140,116,207); }

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

border-color css

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

 span { border-color: rgb(140,116,207); }

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