Html Css Color HEX #8A74CE True V

📋 copy color: '#8A74CE'

red 138 ◦ green 116 ◦ blue 206

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

Shades of True V #8A74CE

Tints of True V #8A74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 30%
G = 25.22%
B = 44.78%

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

#8A74CE (or 0x8A74CE) is known color: True V. HEX triplet: 8A, 74 and CE. RGB value is (138,116,206). Sum of RGB (Red+Green+Blue) = 138+116+206=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74CE is #758B31. Grayscale: #848484. Windows color (decimal): -7703346 or 13530250. OLE color: 13530250.

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

Color convert

RGB 138 116 206 -
CMYK 0.33 0.44 0 0.19
HSL 254.67º 0.48% 0.63% -
HSV(B) 254.67º 0.44% 0.81% -
XYZ 27.87 22.35 61.24 -
YUV 132.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 138 116 206 0.33 0.44 0 0.19 254.67 0.48 0.63
Hex 8A 74 CE 21 2C 0 13 FF 30 3F
Octal 212 164 316 41 54 0 23 377 60 77
Binary 10001010 1110100 11001110 100001 101100 0 10011 11111111 110000 111111

Color Harmonies of #8A74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A74CE

Black with #8A74CE

Text Example


Text Example

White with #8A74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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