Html Css Color HEX #901CCB Dark Orchid

📋 copy color: '#901CCB'

red 144 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #901CCB

Tints of Dark Orchid #901CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 38.4%
G = 7.47%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#901CCB (or 0x901CCB) is known color: Dark Orchid. HEX triplet: 90, 1C and CB. RGB value is (144,28,203). Sum of RGB (Red+Green+Blue) = 144+28+203=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #901CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CCB is #6FE334. Grayscale: #525252. Windows color (decimal): -7332661 or 13311120. OLE color: 13311120.

HSL color Cylindrical-coordinate representation of color #901CCB: hue angle of 279.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901CCB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 28 203 -
CMYK 0.29 0.86 0 0.20
HSL 279.77º 0.76% 0.45% -
HSV(B) 279.77º 0.86% 0.8% -
XYZ 22.7 11.07 57.44 -
YUV 82.63 195.93 171.77 -
System Red Green Blue C M Y K H S L
Decimal 144 28 203 0.29 0.86 0 0.20 279.77 0.76 0.45
Hex 90 1C CB 1D 56 0 14 118 4C 2D
Octal 220 34 313 35 126 0 24 430 114 55
Binary 10010000 11100 11001011 11101 1010110 0 10100 100011000 1001100 101101

Color Harmonies of #901CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901CCB

Black with #901CCB

Text Example


Text Example

White with #901CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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