Html Css Color HEX #8A74CF True V

📋 copy color: '#8A74CF'

red 138 ◦ green 116 ◦ blue 207

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

Shades of True V #8A74CF

Tints of True V #8A74CF

RGB

 RED value IS 138 (54.3% from 255) = 29.93%

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

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

R = 29.93%
G = 25.16%
B = 44.9%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A74CF (or 0x8A74CF) is known color: True V. HEX triplet: 8A, 74 and CF. RGB value is (138,116,207). Sum of RGB (Red+Green+Blue) = 138+116+207=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74CF is #758B30. Grayscale: #848484. Windows color (decimal): -7703345 or 13595786. OLE color: 13595786.

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

Color convert

RGB 138 116 207 -
CMYK 0.33 0.44 0 0.19
HSL 254.51º 0.49% 0.63% -
HSV(B) 254.51º 0.44% 0.81% -
XYZ 27.99 22.4 61.88 -
YUV 132.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 138 116 207 0.33 0.44 0 0.19 254.51 0.49 0.63
Hex 8A 74 CF 21 2C 0 13 FF 31 3F
Octal 212 164 317 41 54 0 23 377 61 77
Binary 10001010 1110100 11001111 100001 101100 0 10011 11111111 110001 111111

Color Harmonies of #8A74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A74CF

Black with #8A74CF

Text Example


Text Example

White with #8A74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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