Html Css Color HEX #9B90BF Cold Purple

📋 copy color: '#9B90BF'

red 155 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #9B90BF

Tints of Cold Purple #9B90BF

RGB

 RED value IS 155 (60.94% from 255) = 31.63%

 GREEN value IS 144 (56.64% from 255) = 29.39%

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

R = 31.63%
G = 29.39%
B = 38.98%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B90BF (or 0x9B90BF) is known color: Cold Purple. HEX triplet: 9B, 90 and BF. RGB value is (155,144,191). Sum of RGB (Red+Green+Blue) = 155+144+191=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90BF is #646F40. Grayscale: #989898. Windows color (decimal): -6582081 or 12554395. OLE color: 12554395.

HSL color Cylindrical-coordinate representation of color #9B90BF: hue angle of 254.04º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B90BF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 144 191 -
CMYK 0.19 0.25 0 0.25
HSL 254.04º 0.27% 0.66% -
HSV(B) 254.04º 0.25% 0.75% -
XYZ 32.89 30.68 53.48 -
YUV 152.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 155 144 191 0.19 0.25 0 0.25 254.04 0.27 0.66
Hex 9B 90 BF 13 19 0 19 FE 1B 42
Octal 233 220 277 23 31 0 31 376 33 102
Binary 10011011 10010000 10111111 10011 11001 0 11001 11111110 11011 1000010

Color Harmonies of #9B90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B90BF

Black with #9B90BF

Text Example


Text Example

White with #9B90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B90BF; }

 p { color: rgb(155,144,191); }

 H1.HeaderClassName
 {
   color: #9B90BF;
 }
 .AnyTagClassName
 {
   color: #9B90BF;
 }
</style>

background-color css

<style>
 a { background-color: #9B90BF; }

 a { background-color: rgb(155,144,191); }

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

border-color css

<style>
 span { border-color: #9B90BF; }

 span { border-color: rgb(155,144,191); }

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