Html Css Color HEX #901FD0 Dark Orchid

📋 copy color: '#901FD0'

red 144 ◦ green 31 ◦ blue 208

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

Shades of Dark Orchid #901FD0

Tints of Dark Orchid #901FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.31%

R = 37.6%
G = 8.09%
B = 54.31%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#901FD0 (or 0x901FD0) is known color: Dark Orchid. HEX triplet: 90, 1F and D0. RGB value is (144,31,208). Sum of RGB (Red+Green+Blue) = 144+31+208=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #901FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FD0 is #6FE02F. Grayscale: #545454. Windows color (decimal): -7331888 or 13639568. OLE color: 13639568.

HSL color Cylindrical-coordinate representation of color #901FD0: hue angle of 278.31º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901FD0 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 31 208 -
CMYK 0.31 0.85 0 0.18
HSL 278.31º 0.74% 0.47% -
HSV(B) 278.31º 0.85% 0.82% -
XYZ 23.38 11.46 60.66 -
YUV 84.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 144 31 208 0.31 0.85 0 0.18 278.31 0.74 0.47
Hex 90 1F D0 1F 55 0 12 116 4A 2F
Octal 220 37 320 37 125 0 22 426 112 57
Binary 10010000 11111 11010000 11111 1010101 0 10010 100010110 1001010 101111

Color Harmonies of #901FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901FD0

Black with #901FD0

Text Example


Text Example

White with #901FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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