Html Css Color HEX #8E74CF True V

📋 copy color: '#8E74CF'

red 142 ◦ green 116 ◦ blue 207

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

Shades of True V #8E74CF

Tints of True V #8E74CF

RGB

 RED value IS 142 (55.86% from 255) = 30.54%

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

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

R = 30.54%
G = 24.95%
B = 44.52%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E74CF (or 0x8E74CF) is known color: True V. HEX triplet: 8E, 74 and CF. RGB value is (142,116,207). Sum of RGB (Red+Green+Blue) = 142+116+207=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74CF is #718B30. Grayscale: #858585. Windows color (decimal): -7441201 or 13595790. OLE color: 13595790.

HSL color Cylindrical-coordinate representation of color #8E74CF: hue angle of 257.14º 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 #8E74CF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 116 207 -
CMYK 0.31 0.44 0 0.19
HSL 257.14º 0.49% 0.63% -
HSV(B) 257.14º 0.44% 0.81% -
XYZ 28.66 22.75 61.91 -
YUV 134.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 142 116 207 0.31 0.44 0 0.19 257.14 0.49 0.63
Hex 8E 74 CF 1F 2C 0 13 101 31 3F
Octal 216 164 317 37 54 0 23 401 61 77
Binary 10001110 1110100 11001111 11111 101100 0 10011 100000001 110001 111111

Color Harmonies of #8E74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E74CF

Black with #8E74CF

Text Example


Text Example

White with #8E74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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