Html Css Color HEX #8F82BA Cold Purple

📋 copy color: '#8F82BA'

red 143 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #8F82BA

Tints of Cold Purple #8F82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 31.15%
G = 28.32%
B = 40.52%

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

#8F82BA (or 0x8F82BA) is known color: Cold Purple. HEX triplet: 8F, 82 and BA. RGB value is (143,130,186). Sum of RGB (Red+Green+Blue) = 143+130+186=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82BA is #707D45. Grayscale: #8C8C8C. Windows color (decimal): -7372102 or 12223119. OLE color: 12223119.

HSL color Cylindrical-coordinate representation of color #8F82BA: hue angle of 253.93º degrees, saturation: 0.29, 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 #8F82BA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 130 186 -
CMYK 0.23 0.30 0 0.27
HSL 253.93º 0.29% 0.62% -
HSV(B) 253.93º 0.3% 0.73% -
XYZ 28.17 25.35 49.86 -
YUV 140.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 143 130 186 0.23 0.30 0 0.27 253.93 0.29 0.62
Hex 8F 82 BA 17 1E 0 1B FE 1D 3E
Octal 217 202 272 27 36 0 33 376 35 76
Binary 10001111 10000010 10111010 10111 11110 0 11011 11111110 11101 111110

Color Harmonies of #8F82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F82BA

Black with #8F82BA

Text Example


Text Example

White with #8F82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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