Html Css Color HEX #8F82B9 Cold Purple

📋 copy color: '#8F82B9'

red 143 ◦ green 130 ◦ blue 185

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

Shades of Cold Purple #8F82B9

Tints of Cold Purple #8F82B9

RGB

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

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

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

R = 31.22%
G = 28.38%
B = 40.39%

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

#8F82B9 (or 0x8F82B9) is known color: Cold Purple. HEX triplet: 8F, 82 and B9. RGB value is (143,130,185). Sum of RGB (Red+Green+Blue) = 143+130+185=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F82B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82B9 is #707D46. Grayscale: #8B8B8B. Windows color (decimal): -7372103 or 12157583. OLE color: 12157583.

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

Color convert

RGB 143 130 185 -
CMYK 0.23 0.30 0 0.27
HSL 254.18º 0.28% 0.62% -
HSV(B) 254.18º 0.3% 0.73% -
XYZ 28.07 25.31 49.3 -
YUV 140.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 143 130 185 0.23 0.30 0 0.27 254.18 0.28 0.62
Hex 8F 82 B9 17 1E 0 1B FE 1C 3E
Octal 217 202 271 27 36 0 33 376 34 76
Binary 10001111 10000010 10111001 10111 11110 0 11011 11111110 11100 111110

Color Harmonies of #8F82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F82B9

Black with #8F82B9

Text Example


Text Example

White with #8F82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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