Html Css Color HEX #8368BD True V

📋 copy color: '#8368BD'

red 131 ◦ green 104 ◦ blue 189

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

Shades of True V #8368BD

Tints of True V #8368BD

RGB

 RED value IS 131 (51.56% from 255) = 30.9%

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 30.9%
G = 24.53%
B = 44.58%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8368BD (or 0x8368BD) is known color: True V. HEX triplet: 83, 68 and BD. RGB value is (131,104,189). Sum of RGB (Red+Green+Blue) = 131+104+189=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #8368BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368BD is #7C9742. Grayscale: #797979. Windows color (decimal): -8165187 or 12413059. OLE color: 12413059.

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

Color convert

RGB 131 104 189 -
CMYK 0.31 0.45 0 0.26
HSL 259.06º 0.39% 0.57% -
HSV(B) 259.06º 0.45% 0.74% -
XYZ 23.5 18.4 50.46 -
YUV 121.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 131 104 189 0.31 0.45 0 0.26 259.06 0.39 0.57
Hex 83 68 BD 1F 2D 0 1A 103 27 39
Octal 203 150 275 37 55 0 32 403 47 71
Binary 10000011 1101000 10111101 11111 101101 0 11010 100000011 100111 111001

Color Harmonies of #8368BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8368BD

Black with #8368BD

Text Example


Text Example

White with #8368BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,104,189); }

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

background-color css

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

 a { background-color: rgb(131,104,189); }

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

border-color css

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

 span { border-color: rgb(131,104,189); }

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