Html Css Color HEX #9B8ACB Cold Purple

📋 copy color: '#9B8ACB'

red 155 ◦ green 138 ◦ blue 203

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

Shades of Cold Purple #9B8ACB

Tints of Cold Purple #9B8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

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

R = 31.25%
G = 27.82%
B = 40.93%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B8ACB (or 0x9B8ACB) is known color: Cold Purple. HEX triplet: 9B, 8A and CB. RGB value is (155,138,203). Sum of RGB (Red+Green+Blue) = 155+138+203=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ACB is #647534. Grayscale: #969696. Windows color (decimal): -6583605 or 13339291. OLE color: 13339291.

HSL color Cylindrical-coordinate representation of color #9B8ACB: hue angle of 255.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B8ACB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 138 203 -
CMYK 0.24 0.32 0 0.20
HSL 255.69º 0.38% 0.67% -
HSV(B) 255.69º 0.32% 0.8% -
XYZ 33.39 29.46 60.43 -
YUV 150.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 155 138 203 0.24 0.32 0 0.20 255.69 0.38 0.67
Hex 9B 8A CB 18 20 0 14 100 26 43
Octal 233 212 313 30 40 0 24 400 46 103
Binary 10011011 10001010 11001011 11000 100000 0 10100 100000000 100110 1000011

Color Harmonies of #9B8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8ACB

Black with #9B8ACB

Text Example


Text Example

White with #9B8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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