Html Css Color HEX #901FC1 Dark Orchid

📋 copy color: '#901FC1'

red 144 ◦ green 31 ◦ blue 193

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

Shades of Dark Orchid #901FC1

Tints of Dark Orchid #901FC1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

 BLUE value IS 193 (75.78% from 255) = 52.45%

R = 39.13%
G = 8.42%
B = 52.45%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#901FC1 (or 0x901FC1) is known color: Dark Orchid. HEX triplet: 90, 1F and C1. RGB value is (144,31,193). Sum of RGB (Red+Green+Blue) = 144+31+193=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #901FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FC1 is #6FE03E. Grayscale: #525252. Windows color (decimal): -7331903 or 12656528. OLE color: 12656528.

HSL color Cylindrical-coordinate representation of color #901FC1: hue angle of 281.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901FC1 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 31 193 -
CMYK 0.25 0.84 0 0.24
HSL 281.85º 0.72% 0.44% -
HSV(B) 281.85º 0.84% 0.76% -
XYZ 21.62 10.76 51.39 -
YUV 83.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 144 31 193 0.25 0.84 0 0.24 281.85 0.72 0.44
Hex 90 1F C1 19 54 0 18 11A 48 2C
Octal 220 37 301 31 124 0 30 432 110 54
Binary 10010000 11111 11000001 11001 1010100 0 11000 100011010 1001000 101100

Color Harmonies of #901FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901FC1

Black with #901FC1

Text Example


Text Example

White with #901FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,31,193); }

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

background-color css

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

 a { background-color: rgb(144,31,193); }

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

border-color css

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

 span { border-color: rgb(144,31,193); }

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