Html Css Color HEX #8B6ECD True V

📋 copy color: '#8B6ECD'

red 139 ◦ green 110 ◦ blue 205

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

Shades of True V #8B6ECD

Tints of True V #8B6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 30.62%
G = 24.23%
B = 45.15%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B6ECD (or 0x8B6ECD) is known color: True V. HEX triplet: 8B, 6E and CD. RGB value is (139,110,205). Sum of RGB (Red+Green+Blue) = 139+110+205=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ECD is #749132. Grayscale: #818181. Windows color (decimal): -7639347 or 13463179. OLE color: 13463179.

HSL color Cylindrical-coordinate representation of color #8B6ECD: hue angle of 258.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B6ECD is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 110 205 -
CMYK 0.32 0.46 0 0.20
HSL 258.32º 0.49% 0.62% -
HSV(B) 258.32º 0.46% 0.8% -
XYZ 27.24 21.05 60.38 -
YUV 129.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 139 110 205 0.32 0.46 0 0.20 258.32 0.49 0.62
Hex 8B 6E CD 20 2E 0 14 102 31 3E
Octal 213 156 315 40 56 0 24 402 61 76
Binary 10001011 1101110 11001101 100000 101110 0 10100 100000010 110001 111110

Color Harmonies of #8B6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6ECD

Black with #8B6ECD

Text Example


Text Example

White with #8B6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,110,205); }

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

background-color css

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

 a { background-color: rgb(139,110,205); }

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

border-color css

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

 span { border-color: rgb(139,110,205); }

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