Html Css Color HEX #8B73CD True V

📋 copy color: '#8B73CD'

red 139 ◦ green 115 ◦ blue 205

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

Shades of True V #8B73CD

Tints of True V #8B73CD

RGB

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

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

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

R = 30.28%
G = 25.05%
B = 44.66%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B73CD (or 0x8B73CD) is known color: True V. HEX triplet: 8B, 73 and CD. RGB value is (139,115,205). Sum of RGB (Red+Green+Blue) = 139+115+205=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B73CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73CD is #748C32. Grayscale: #848484. Windows color (decimal): -7638067 or 13464459. OLE color: 13464459.

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

Color convert

RGB 139 115 205 -
CMYK 0.32 0.44 0 0.20
HSL 256º 0.47% 0.63% -
HSV(B) 256º 0.44% 0.8% -
XYZ 27.8 22.16 60.57 -
YUV 132.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 139 115 205 0.32 0.44 0 0.20 256 0.47 0.63
Hex 8B 73 CD 20 2C 0 14 100 2F 3F
Octal 213 163 315 40 54 0 24 400 57 77
Binary 10001011 1110011 11001101 100000 101100 0 10100 100000000 101111 111111

Color Harmonies of #8B73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B73CD

Black with #8B73CD

Text Example


Text Example

White with #8B73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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