Html Css Color HEX #9B8CCA Cold Purple

📋 copy color: '#9B8CCA'

red 155 ◦ green 140 ◦ blue 202

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

Shades of Cold Purple #9B8CCA

Tints of Cold Purple #9B8CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 31.19%
G = 28.17%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B8CCA (or 0x9B8CCA) is known color: Cold Purple. HEX triplet: 9B, 8C and CA. RGB value is (155,140,202). Sum of RGB (Red+Green+Blue) = 155+140+202=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CCA is #647335. Grayscale: #979797. Windows color (decimal): -6583094 or 13274267. OLE color: 13274267.

HSL color Cylindrical-coordinate representation of color #9B8CCA: hue angle of 254.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B8CCA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 140 202 -
CMYK 0.23 0.31 0 0.21
HSL 254.52º 0.37% 0.67% -
HSV(B) 254.52º 0.31% 0.79% -
XYZ 33.56 29.99 59.9 -
YUV 151.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 155 140 202 0.23 0.31 0 0.21 254.52 0.37 0.67
Hex 9B 8C CA 17 1F 0 15 FF 25 43
Octal 233 214 312 27 37 0 25 377 45 103
Binary 10011011 10001100 11001010 10111 11111 0 10101 11111111 100101 1000011

Color Harmonies of #9B8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CCA

Black with #9B8CCA

Text Example


Text Example

White with #9B8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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