Html Css Color HEX #901FCA Dark Orchid

📋 copy color: '#901FCA'

red 144 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #901FCA

Tints of Dark Orchid #901FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 38.2%
G = 8.22%
B = 53.58%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#901FCA (or 0x901FCA) is known color: Dark Orchid. HEX triplet: 90, 1F and CA. RGB value is (144,31,202). Sum of RGB (Red+Green+Blue) = 144+31+202=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #901FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FCA is #6FE035. Grayscale: #535353. Windows color (decimal): -7331894 or 13246352. OLE color: 13246352.

HSL color Cylindrical-coordinate representation of color #901FCA: hue angle of 279.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901FCA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 31 202 -
CMYK 0.29 0.85 0 0.21
HSL 279.65º 0.73% 0.46% -
HSV(B) 279.65º 0.85% 0.79% -
XYZ 22.65 11.17 56.84 -
YUV 84.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 144 31 202 0.29 0.85 0 0.21 279.65 0.73 0.46
Hex 90 1F CA 1D 55 0 15 118 49 2E
Octal 220 37 312 35 125 0 25 430 111 56
Binary 10010000 11111 11001010 11101 1010101 0 10101 100011000 1001001 101110

Color Harmonies of #901FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901FCA

Black with #901FCA

Text Example


Text Example

White with #901FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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