Html Css Color HEX #9B7FCD Cold Purple

📋 copy color: '#9B7FCD'

red 155 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #9B7FCD

Tints of Cold Purple #9B7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 31.83%
G = 26.08%
B = 42.09%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B7FCD (or 0x9B7FCD) is known color: Cold Purple. HEX triplet: 9B, 7F and CD. RGB value is (155,127,205). Sum of RGB (Red+Green+Blue) = 155+127+205=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FCD is #648032. Grayscale: #8F8F8F. Windows color (decimal): -6586419 or 13467547. OLE color: 13467547.

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

Color convert

RGB 155 127 205 -
CMYK 0.24 0.38 0 0.20
HSL 261.54º 0.44% 0.65% -
HSV(B) 261.54º 0.38% 0.8% -
XYZ 32.13 26.56 61.19 -
YUV 144.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 155 127 205 0.24 0.38 0 0.20 261.54 0.44 0.65
Hex 9B 7F CD 18 26 0 14 106 2C 41
Octal 233 177 315 30 46 0 24 406 54 101
Binary 10011011 1111111 11001101 11000 100110 0 10100 100000110 101100 1000001

Color Harmonies of #9B7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FCD

Black with #9B7FCD

Text Example


Text Example

White with #9B7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,205); }

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

background-color css

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

 a { background-color: rgb(155,127,205); }

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

border-color css

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

 span { border-color: rgb(155,127,205); }

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