Html Css Color HEX #901FCF Dark Orchid

📋 copy color: '#901FCF'

red 144 ◦ green 31 ◦ blue 207

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

Shades of Dark Orchid #901FCF

Tints of Dark Orchid #901FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 37.7%
G = 8.12%
B = 54.19%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#901FCF (or 0x901FCF) is known color: Dark Orchid. HEX triplet: 90, 1F and CF. RGB value is (144,31,207). Sum of RGB (Red+Green+Blue) = 144+31+207=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #901FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FCF is #6FE030. Grayscale: #545454. Windows color (decimal): -7331889 or 13574032. OLE color: 13574032.

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

Color convert

RGB 144 31 207 -
CMYK 0.30 0.85 0 0.19
HSL 278.52º 0.74% 0.47% -
HSV(B) 278.52º 0.85% 0.81% -
XYZ 23.25 11.41 60.01 -
YUV 84.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 144 31 207 0.30 0.85 0 0.19 278.52 0.74 0.47
Hex 90 1F CF 1E 55 0 13 117 4A 2F
Octal 220 37 317 36 125 0 23 427 112 57
Binary 10010000 11111 11001111 11110 1010101 0 10011 100010111 1001010 101111

Color Harmonies of #901FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901FCF

Black with #901FCF

Text Example


Text Example

White with #901FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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