Html Css Color HEX #901CCE Dark Orchid

📋 copy color: '#901CCE'

red 144 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #901CCE

Tints of Dark Orchid #901CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 38.1%
G = 7.41%
B = 54.5%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#901CCE (or 0x901CCE) is known color: Dark Orchid. HEX triplet: 90, 1C and CE. RGB value is (144,28,206). Sum of RGB (Red+Green+Blue) = 144+28+206=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #901CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CCE is #6FE331. Grayscale: #525252. Windows color (decimal): -7332658 or 13507728. OLE color: 13507728.

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

Color convert

RGB 144 28 206 -
CMYK 0.30 0.86 0 0.19
HSL 279.1º 0.76% 0.46% -
HSV(B) 279.1º 0.86% 0.81% -
XYZ 23.06 11.22 59.34 -
YUV 82.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 144 28 206 0.30 0.86 0 0.19 279.1 0.76 0.46
Hex 90 1C CE 1E 56 0 13 117 4C 2E
Octal 220 34 316 36 126 0 23 427 114 56
Binary 10010000 11100 11001110 11110 1010110 0 10011 100010111 1001100 101110

Color Harmonies of #901CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901CCE

Black with #901CCE

Text Example


Text Example

White with #901CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,28,206); }

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

background-color css

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

 a { background-color: rgb(144,28,206); }

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

border-color css

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

 span { border-color: rgb(144,28,206); }

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