Html Css Color HEX #9B1C8A Dark Purple

📋 copy color: '#9B1C8A'

red 155 ◦ green 28 ◦ blue 138

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

Shades of Dark Purple #9B1C8A

Tints of Dark Purple #9B1C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 48.29%
G = 8.72%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B1C8A (or 0x9B1C8A) is known color: Dark Purple. HEX triplet: 9B, 1C and 8A. RGB value is (155,28,138). Sum of RGB (Red+Green+Blue) = 155+28+138=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1C8A is #64E375. Grayscale: #4E4E4E. Windows color (decimal): -6611830 or 9051291. OLE color: 9051291.

HSL color Cylindrical-coordinate representation of color #9B1C8A: hue angle of 308.03º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C8A is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 28 138 -
CMYK 0 0.82 0.11 0.39
HSL 308.03º 0.69% 0.36% -
HSV(B) 308.03º 0.82% 0.61% -
XYZ 18.52 9.63 24.93 -
YUV 78.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 155 28 138 0 0.82 0.11 0.39 308.03 0.69 0.36
Hex 9B 1C 8A 0 52 B 27 134 45 24
Octal 233 34 212 0 122 13 47 464 105 44
Binary 10011011 11100 10001010 0 1010010 1011 100111 100110100 1000101 100100

Color Harmonies of #9B1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C8A

Black with #9B1C8A

Text Example


Text Example

White with #9B1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,28,138); }

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

background-color css

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

 a { background-color: rgb(155,28,138); }

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

border-color css

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

 span { border-color: rgb(155,28,138); }

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