Html Css Color HEX #9B8CCC Cold Purple

📋 copy color: '#9B8CCC'

red 155 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #9B8CCC

Tints of Cold Purple #9B8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.06%

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 31.06%
G = 28.06%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B8CCC (or 0x9B8CCC) is known color: Cold Purple. HEX triplet: 9B, 8C and CC. RGB value is (155,140,204). Sum of RGB (Red+Green+Blue) = 155+140+204=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CCC is #647333. Grayscale: #979797. Windows color (decimal): -6583092 or 13405339. OLE color: 13405339.

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

Color convert

RGB 155 140 204 -
CMYK 0.24 0.31 0 0.2
HSL 254.06º 0.39% 0.67% -
HSV(B) 254.06º 0.31% 0.8% -
XYZ 33.79 30.08 61.15 -
YUV 151.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 155 140 204 0.24 0.31 0 0.2 254.06 0.39 0.67
Hex 9B 8C CC 18 1F 0 14 FE 27 43
Octal 233 214 314 30 37 0 24 376 47 103
Binary 10011011 10001100 11001100 11000 11111 0 10100 11111110 100111 1000011

Color Harmonies of #9B8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CCC

Black with #9B8CCC

Text Example


Text Example

White with #9B8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,140,204); }

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

background-color css

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

 a { background-color: rgb(155,140,204); }

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

border-color css

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

 span { border-color: rgb(155,140,204); }

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