Html Css Color HEX #8B74CF True V

📋 copy color: '#8B74CF'

red 139 ◦ green 116 ◦ blue 207

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

Shades of True V #8B74CF

Tints of True V #8B74CF

RGB

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

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

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

R = 30.09%
G = 25.11%
B = 44.81%

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

#8B74CF (or 0x8B74CF) is known color: True V. HEX triplet: 8B, 74 and CF. RGB value is (139,116,207). Sum of RGB (Red+Green+Blue) = 139+116+207=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B74CF is #748B30. Grayscale: #848484. Windows color (decimal): -7637809 or 13595787. OLE color: 13595787.

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

Color convert

RGB 139 116 207 -
CMYK 0.33 0.44 0 0.19
HSL 255.16º 0.49% 0.63% -
HSV(B) 255.16º 0.44% 0.81% -
XYZ 28.16 22.48 61.89 -
YUV 133.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 139 116 207 0.33 0.44 0 0.19 255.16 0.49 0.63
Hex 8B 74 CF 21 2C 0 13 FF 31 3F
Octal 213 164 317 41 54 0 23 377 61 77
Binary 10001011 1110100 11001111 100001 101100 0 10011 11111111 110001 111111

Color Harmonies of #8B74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B74CF

Black with #8B74CF

Text Example


Text Example

White with #8B74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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