Html Css Color HEX #901BCF Dark Orchid

📋 copy color: '#901BCF'

red 144 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #901BCF

Tints of Dark Orchid #901BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

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

R = 38.1%
G = 7.14%
B = 54.76%

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

#901BCF (or 0x901BCF) is known color: Dark Orchid. HEX triplet: 90, 1B and CF. RGB value is (144,27,207). Sum of RGB (Red+Green+Blue) = 144+27+207=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #901BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901BCF is #6FE430. Grayscale: #515151. Windows color (decimal): -7332913 or 13573008. OLE color: 13573008.

HSL color Cylindrical-coordinate representation of color #901BCF: hue angle of 279º degrees, saturation: 0.77, 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 #901BCF is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 27 207 -
CMYK 0.30 0.87 0 0.19
HSL 279º 0.77% 0.46% -
HSV(B) 279º 0.87% 0.81% -
XYZ 23.16 11.22 59.98 -
YUV 82.5 198.26 171.86 -
System Red Green Blue C M Y K H S L
Decimal 144 27 207 0.30 0.87 0 0.19 279 0.77 0.46
Hex 90 1B CF 1E 57 0 13 117 4D 2E
Octal 220 33 317 36 127 0 23 427 115 56
Binary 10010000 11011 11001111 11110 1010111 0 10011 100010111 1001101 101110

Color Harmonies of #901BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901BCF

Black with #901BCF

Text Example


Text Example

White with #901BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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