Html Css Color HEX #9B7FC0 Cold Purple

📋 copy color: '#9B7FC0'

red 155 ◦ green 127 ◦ blue 192

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

Shades of Cold Purple #9B7FC0

Tints of Cold Purple #9B7FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 32.7%
G = 26.79%
B = 40.51%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B7FC0 (or 0x9B7FC0) is known color: Cold Purple. HEX triplet: 9B, 7F and C0. RGB value is (155,127,192). Sum of RGB (Red+Green+Blue) = 155+127+192=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B7FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FC0 is #64803F. Grayscale: #8E8E8E. Windows color (decimal): -6586432 or 12615579. OLE color: 12615579.

HSL color Cylindrical-coordinate representation of color #9B7FC0: hue angle of 265.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7FC0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 127 192 -
CMYK 0.19 0.34 0 0.25
HSL 265.85º 0.34% 0.63% -
HSV(B) 265.85º 0.34% 0.75% -
XYZ 30.62 25.95 53.26 -
YUV 142.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 155 127 192 0.19 0.34 0 0.25 265.85 0.34 0.63
Hex 9B 7F C0 13 22 0 19 10A 22 3F
Octal 233 177 300 23 42 0 31 412 42 77
Binary 10011011 1111111 11000000 10011 100010 0 11001 100001010 100010 111111

Color Harmonies of #9B7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FC0

Black with #9B7FC0

Text Example


Text Example

White with #9B7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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