Html Css Color HEX #8F83BA Cold Purple

📋 copy color: '#8F83BA'

red 143 ◦ green 131 ◦ blue 186

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

Shades of Cold Purple #8F83BA

Tints of Cold Purple #8F83BA

RGB

 RED value IS 143 (56.25% from 255) = 31.09%

 GREEN value IS 131 (51.56% from 255) = 28.48%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 31.09%
G = 28.48%
B = 40.43%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F83BA (or 0x8F83BA) is known color: Cold Purple. HEX triplet: 8F, 83 and BA. RGB value is (143,131,186). Sum of RGB (Red+Green+Blue) = 143+131+186=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83BA is #707C45. Grayscale: #8C8C8C. Windows color (decimal): -7371846 or 12223375. OLE color: 12223375.

HSL color Cylindrical-coordinate representation of color #8F83BA: hue angle of 253.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F83BA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 131 186 -
CMYK 0.23 0.30 0 0.27
HSL 253.09º 0.28% 0.62% -
HSV(B) 253.09º 0.3% 0.73% -
XYZ 28.31 25.62 49.91 -
YUV 140.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 143 131 186 0.23 0.30 0 0.27 253.09 0.28 0.62
Hex 8F 83 BA 17 1E 0 1B FD 1C 3E
Octal 217 203 272 27 36 0 33 375 34 76
Binary 10001111 10000011 10111010 10111 11110 0 11011 11111101 11100 111110

Color Harmonies of #8F83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83BA

Black with #8F83BA

Text Example


Text Example

White with #8F83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,131,186); }

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

background-color css

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

 a { background-color: rgb(143,131,186); }

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

border-color css

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

 span { border-color: rgb(143,131,186); }

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