Html Css Color HEX #901ACF Dark Orchid

📋 copy color: '#901ACF'

red 144 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #901ACF

Tints of Dark Orchid #901ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

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

R = 38.2%
G = 6.9%
B = 54.91%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#901ACF (or 0x901ACF) is known color: Dark Orchid. HEX triplet: 90, 1A and CF. RGB value is (144,26,207). Sum of RGB (Red+Green+Blue) = 144+26+207=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #901ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ACF is #6FE530. Grayscale: #515151. Windows color (decimal): -7333169 or 13572752. OLE color: 13572752.

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

Color convert

RGB 144 26 207 -
CMYK 0.30 0.87 0 0.19
HSL 279.12º 0.78% 0.46% -
HSV(B) 279.12º 0.87% 0.81% -
XYZ 23.13 11.17 59.97 -
YUV 81.92 198.59 172.28 -
System Red Green Blue C M Y K H S L
Decimal 144 26 207 0.30 0.87 0 0.19 279.12 0.78 0.46
Hex 90 1A CF 1E 57 0 13 117 4E 2E
Octal 220 32 317 36 127 0 23 427 116 56
Binary 10010000 11010 11001111 11110 1010111 0 10011 100010111 1001110 101110

Color Harmonies of #901ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901ACF

Black with #901ACF

Text Example


Text Example

White with #901ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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