Html Css Color HEX #8B71CE True V

📋 copy color: '#8B71CE'

red 139 ◦ green 113 ◦ blue 206

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

Shades of True V #8B71CE

Tints of True V #8B71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.67%

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

R = 30.35%
G = 24.67%
B = 44.98%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B71CE (or 0x8B71CE) is known color: True V. HEX triplet: 8B, 71 and CE. RGB value is (139,113,206). Sum of RGB (Red+Green+Blue) = 139+113+206=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71CE is #748E31. Grayscale: #838383. Windows color (decimal): -7638578 or 13529483. OLE color: 13529483.

HSL color Cylindrical-coordinate representation of color #8B71CE: hue angle of 256.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B71CE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 113 206 -
CMYK 0.33 0.45 0 0.19
HSL 256.77º 0.49% 0.63% -
HSV(B) 256.77º 0.45% 0.81% -
XYZ 27.69 21.76 61.13 -
YUV 131.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 139 113 206 0.33 0.45 0 0.19 256.77 0.49 0.63
Hex 8B 71 CE 21 2D 0 13 101 31 3F
Octal 213 161 316 41 55 0 23 401 61 77
Binary 10001011 1110001 11001110 100001 101101 0 10011 100000001 110001 111111

Color Harmonies of #8B71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B71CE

Black with #8B71CE

Text Example


Text Example

White with #8B71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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