Html Css Color HEX #9B8FCB Cold Purple

📋 copy color: '#9B8FCB'

red 155 ◦ green 143 ◦ blue 203

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

Shades of Cold Purple #9B8FCB

Tints of Cold Purple #9B8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.54%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 30.94%
G = 28.54%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B8FCB (or 0x9B8FCB) is known color: Cold Purple. HEX triplet: 9B, 8F and CB. RGB value is (155,143,203). Sum of RGB (Red+Green+Blue) = 155+143+203=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FCB is #647034. Grayscale: #999999. Windows color (decimal): -6582325 or 13340571. OLE color: 13340571.

HSL color Cylindrical-coordinate representation of color #9B8FCB: hue angle of 252º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8FCB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 143 203 -
CMYK 0.24 0.30 0 0.20
HSL 252º 0.37% 0.68% -
HSV(B) 252º 0.3% 0.8% -
XYZ 34.12 30.93 60.67 -
YUV 153.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 155 143 203 0.24 0.30 0 0.20 252 0.37 0.68
Hex 9B 8F CB 18 1E 0 14 FC 25 44
Octal 233 217 313 30 36 0 24 374 45 104
Binary 10011011 10001111 11001011 11000 11110 0 10100 11111100 100101 1000100

Color Harmonies of #9B8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8FCB

Black with #9B8FCB

Text Example


Text Example

White with #9B8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,143,203); }

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

background-color css

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

 a { background-color: rgb(155,143,203); }

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

border-color css

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

 span { border-color: rgb(155,143,203); }

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