Html Css Color HEX #8F83B9 Cold Purple

📋 copy color: '#8F83B9'

red 143 ◦ green 131 ◦ blue 185

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

Shades of Cold Purple #8F83B9

Tints of Cold Purple #8F83B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 31.15%
G = 28.54%
B = 40.31%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F83B9 (or 0x8F83B9) is known color: Cold Purple. HEX triplet: 8F, 83 and B9. RGB value is (143,131,185). Sum of RGB (Red+Green+Blue) = 143+131+185=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83B9 is #707C46. Grayscale: #8C8C8C. Windows color (decimal): -7371847 or 12157839. OLE color: 12157839.

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

Color convert

RGB 143 131 185 -
CMYK 0.23 0.29 0 0.27
HSL 253.33º 0.28% 0.62% -
HSV(B) 253.33º 0.29% 0.73% -
XYZ 28.2 25.58 49.35 -
YUV 140.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 143 131 185 0.23 0.29 0 0.27 253.33 0.28 0.62
Hex 8F 83 B9 17 1D 0 1B FD 1C 3E
Octal 217 203 271 27 35 0 33 375 34 76
Binary 10001111 10000011 10111001 10111 11101 0 11011 11111101 11100 111110

Color Harmonies of #8F83B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83B9

Black with #8F83B9

Text Example


Text Example

White with #8F83B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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