Html Css Color HEX #9583BF Cold Purple

📋 copy color: '#9583BF'

red 149 ◦ green 131 ◦ blue 191

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

Shades of Cold Purple #9583BF

Tints of Cold Purple #9583BF

RGB

 RED value IS 149 (58.59% from 255) = 31.63%

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

 BLUE value IS 191 (75% from 255) = 40.55%

R = 31.63%
G = 27.81%
B = 40.55%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9583BF (or 0x9583BF) is known color: Cold Purple. HEX triplet: 95, 83 and BF. RGB value is (149,131,191). Sum of RGB (Red+Green+Blue) = 149+131+191=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #9583BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583BF is #6A7C40. Grayscale: #8E8E8E. Windows color (decimal): -6978625 or 12551061. OLE color: 12551061.

HSL color Cylindrical-coordinate representation of color #9583BF: hue angle of 258º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9583BF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 131 191 -
CMYK 0.22 0.31 0 0.25
HSL 258º 0.32% 0.63% -
HSV(B) 258º 0.31% 0.75% -
XYZ 29.91 26.38 52.81 -
YUV 143.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 149 131 191 0.22 0.31 0 0.25 258 0.32 0.63
Hex 95 83 BF 16 1F 0 19 102 20 3F
Octal 225 203 277 26 37 0 31 402 40 77
Binary 10010101 10000011 10111111 10110 11111 0 11001 100000010 100000 111111

Color Harmonies of #9583BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583BF

Black with #9583BF

Text Example


Text Example

White with #9583BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9583BF; }

 p { color: rgb(149,131,191); }

 H1.HeaderClassName
 {
   color: #9583BF;
 }
 .AnyTagClassName
 {
   color: #9583BF;
 }
</style>

background-color css

<style>
 a { background-color: #9583BF; }

 a { background-color: rgb(149,131,191); }

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

border-color css

<style>
 span { border-color: #9583BF; }

 span { border-color: rgb(149,131,191); }

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