Html Css Color HEX #901CC8 Dark Orchid

📋 copy color: '#901CC8'

red 144 ◦ green 28 ◦ blue 200

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

Shades of Dark Orchid #901CC8

Tints of Dark Orchid #901CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 38.71%
G = 7.53%
B = 53.76%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#901CC8 (or 0x901CC8) is known color: Dark Orchid. HEX triplet: 90, 1C and C8. RGB value is (144,28,200). Sum of RGB (Red+Green+Blue) = 144+28+200=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #901CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CC8 is #6FE337. Grayscale: #515151. Windows color (decimal): -7332664 or 13114512. OLE color: 13114512.

HSL color Cylindrical-coordinate representation of color #901CC8: hue angle of 280.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901CC8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 28 200 -
CMYK 0.28 0.86 0 0.22
HSL 280.47º 0.75% 0.45% -
HSV(B) 280.47º 0.86% 0.78% -
XYZ 22.34 10.93 55.58 -
YUV 82.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 144 28 200 0.28 0.86 0 0.22 280.47 0.75 0.45
Hex 90 1C C8 1C 56 0 16 118 4B 2D
Octal 220 34 310 34 126 0 26 430 113 55
Binary 10010000 11100 11001000 11100 1010110 0 10110 100011000 1001011 101101

Color Harmonies of #901CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901CC8

Black with #901CC8

Text Example


Text Example

White with #901CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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