Html Css Color HEX #9B0F7C Dark Purple

📋 copy color: '#9B0F7C'

red 155 ◦ green 15 ◦ blue 124

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

Shades of Dark Purple #9B0F7C

Tints of Dark Purple #9B0F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.1%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 52.72%
G = 5.1%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B0F7C (or 0x9B0F7C) is known color: Dark Purple. HEX triplet: 9B, 0F and 7C. RGB value is (155,15,124). Sum of RGB (Red+Green+Blue) = 155+15+124=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F7C is #64F083. Grayscale: #444444. Windows color (decimal): -6615172 or 8130459. OLE color: 8130459.

HSL color Cylindrical-coordinate representation of color #9B0F7C: hue angle of 313.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F7C is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 124 -
CMYK 0 0.90 0.2 0.39
HSL 313.29º 0.82% 0.33% -
HSV(B) 313.29º 0.9% 0.61% -
XYZ 17.33 8.77 19.85 -
YUV 69.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 155 15 124 0 0.90 0.2 0.39 313.29 0.82 0.33
Hex 9B F 7C 0 5A 14 27 139 52 21
Octal 233 17 174 0 132 24 47 471 122 41
Binary 10011011 1111 1111100 0 1011010 10100 100111 100111001 1010010 100001

Color Harmonies of #9B0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F7C

Black with #9B0F7C

Text Example


Text Example

White with #9B0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,15,124); }

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

background-color css

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

 a { background-color: rgb(155,15,124); }

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

border-color css

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

 span { border-color: rgb(155,15,124); }

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