Html Css Color HEX #8773BD True V

📋 copy color: '#8773BD'

red 135 ◦ green 115 ◦ blue 189

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

Shades of True V #8773BD

Tints of True V #8773BD

RGB

 RED value IS 135 (53.13% from 255) = 30.75%

 GREEN value IS 115 (45.31% from 255) = 26.2%

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 30.75%
G = 26.2%
B = 43.05%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8773BD (or 0x8773BD) is known color: True V. HEX triplet: 87, 73 and BD. RGB value is (135,115,189). Sum of RGB (Red+Green+Blue) = 135+115+189=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8773BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773BD is #788C42. Grayscale: #818181. Windows color (decimal): -7900227 or 12415879. OLE color: 12415879.

HSL color Cylindrical-coordinate representation of color #8773BD: hue angle of 256.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8773BD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 115 189 -
CMYK 0.29 0.39 0 0.26
HSL 256.22º 0.36% 0.6% -
HSV(B) 256.22º 0.39% 0.74% -
XYZ 25.31 21.09 50.88 -
YUV 129.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 135 115 189 0.29 0.39 0 0.26 256.22 0.36 0.6
Hex 87 73 BD 1D 27 0 1A 100 24 3C
Octal 207 163 275 35 47 0 32 400 44 74
Binary 10000111 1110011 10111101 11101 100111 0 11010 100000000 100100 111100

Color Harmonies of #8773BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773BD

Black with #8773BD

Text Example


Text Example

White with #8773BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8773BD; }

 p { color: rgb(135,115,189); }

 H1.HeaderClassName
 {
   color: #8773BD;
 }
 .AnyTagClassName
 {
   color: #8773BD;
 }
</style>

background-color css

<style>
 a { background-color: #8773BD; }

 a { background-color: rgb(135,115,189); }

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

border-color css

<style>
 span { border-color: #8773BD; }

 span { border-color: rgb(135,115,189); }

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