Html Css Color HEX #8B6DBE True V

📋 copy color: '#8B6DBE'

red 139 ◦ green 109 ◦ blue 190

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

Shades of True V #8B6DBE

Tints of True V #8B6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 31.74%
G = 24.89%
B = 43.38%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B6DBE (or 0x8B6DBE) is known color: True V. HEX triplet: 8B, 6D and BE. RGB value is (139,109,190). Sum of RGB (Red+Green+Blue) = 139+109+190=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DBE is #749241. Grayscale: #7E7E7E. Windows color (decimal): -7639618 or 12479883. OLE color: 12479883.

HSL color Cylindrical-coordinate representation of color #8B6DBE: hue angle of 262.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B6DBE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 109 190 -
CMYK 0.27 0.43 0 0.25
HSL 262.22º 0.38% 0.59% -
HSV(B) 262.22º 0.43% 0.75% -
XYZ 25.41 20.14 51.26 -
YUV 127.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 139 109 190 0.27 0.43 0 0.25 262.22 0.38 0.59
Hex 8B 6D BE 1B 2B 0 19 106 26 3B
Octal 213 155 276 33 53 0 31 406 46 73
Binary 10001011 1101101 10111110 11011 101011 0 11001 100000110 100110 111011

Color Harmonies of #8B6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6DBE

Black with #8B6DBE

Text Example


Text Example

White with #8B6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,109,190); }

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

background-color css

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

 a { background-color: rgb(139,109,190); }

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

border-color css

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

 span { border-color: rgb(139,109,190); }

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