Html Css Color HEX #901C6A Dark Purple

📋 copy color: '#901C6A'

red 144 ◦ green 28 ◦ blue 106

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

Shades of Dark Purple #901C6A

Tints of Dark Purple #901C6A

RGB

 RED value IS 144 (56.64% from 255) = 51.8%

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

 BLUE value IS 106 (41.8% from 255) = 38.13%

R = 51.8%
G = 10.07%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#901C6A (or 0x901C6A) is known color: Dark Purple. HEX triplet: 90, 1C and 6A. RGB value is (144,28,106). Sum of RGB (Red+Green+Blue) = 144+28+106=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #901C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C6A is #6FE395. Grayscale: #474747. Windows color (decimal): -7332758 or 6954128. OLE color: 6954128.

HSL color Cylindrical-coordinate representation of color #901C6A: hue angle of 319.66º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C6A is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 28 106 -
CMYK 0 0.81 0.26 0.44
HSL 319.66º 0.67% 0.34% -
HSV(B) 319.66º 0.81% 0.56% -
XYZ 14.52 7.8 14.38 -
YUV 71.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 144 28 106 0 0.81 0.26 0.44 319.66 0.67 0.34
Hex 90 1C 6A 0 51 1A 2C 140 43 22
Octal 220 34 152 0 121 32 54 500 103 42
Binary 10010000 11100 1101010 0 1010001 11010 101100 101000000 1000011 100010

Color Harmonies of #901C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C6A

Black with #901C6A

Text Example


Text Example

White with #901C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901C6A; }

 p { color: rgb(144,28,106); }

 H1.HeaderClassName
 {
   color: #901C6A;
 }
 .AnyTagClassName
 {
   color: #901C6A;
 }
</style>

background-color css

<style>
 a { background-color: #901C6A; }

 a { background-color: rgb(144,28,106); }

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

border-color css

<style>
 span { border-color: #901C6A; }

 span { border-color: rgb(144,28,106); }

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