Html Css Color HEX #8B74CE True V

📋 copy color: '#8B74CE'

red 139 ◦ green 116 ◦ blue 206

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

Shades of True V #8B74CE

Tints of True V #8B74CE

RGB

 RED value IS 139 (54.69% from 255) = 30.15%

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

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

R = 30.15%
G = 25.16%
B = 44.69%

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

#8B74CE (or 0x8B74CE) is known color: True V. HEX triplet: 8B, 74 and CE. RGB value is (139,116,206). Sum of RGB (Red+Green+Blue) = 139+116+206=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B74CE is #748B31. Grayscale: #848484. Windows color (decimal): -7637810 or 13530251. OLE color: 13530251.

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

Color convert

RGB 139 116 206 -
CMYK 0.33 0.44 0 0.19
HSL 255.33º 0.48% 0.63% -
HSV(B) 255.33º 0.44% 0.81% -
XYZ 28.03 22.44 61.25 -
YUV 133.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 139 116 206 0.33 0.44 0 0.19 255.33 0.48 0.63
Hex 8B 74 CE 21 2C 0 13 FF 30 3F
Octal 213 164 316 41 54 0 23 377 60 77
Binary 10001011 1110100 11001110 100001 101100 0 10011 11111111 110000 111111

Color Harmonies of #8B74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B74CE

Black with #8B74CE

Text Example


Text Example

White with #8B74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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