Html Css Color HEX #9041CB Dark Orchid

📋 copy color: '#9041CB'

red 144 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #9041CB

Tints of Dark Orchid #9041CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

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

R = 34.95%
G = 15.78%
B = 49.27%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9041CB (or 0x9041CB) is known color: Dark Orchid. HEX triplet: 90, 41 and CB. RGB value is (144,65,203). Sum of RGB (Red+Green+Blue) = 144+65+203=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #9041CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041CB is #6FBE34. Grayscale: #676767. Windows color (decimal): -7323189 or 13320592. OLE color: 13320592.

HSL color Cylindrical-coordinate representation of color #9041CB: hue angle of 274.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9041CB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 65 203 -
CMYK 0.29 0.68 0 0.20
HSL 274.35º 0.57% 0.53% -
HSV(B) 274.35º 0.68% 0.8% -
XYZ 24.17 14.02 57.93 -
YUV 104.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 144 65 203 0.29 0.68 0 0.20 274.35 0.57 0.53
Hex 90 41 CB 1D 44 0 14 112 39 35
Octal 220 101 313 35 104 0 24 422 71 65
Binary 10010000 1000001 11001011 11101 1000100 0 10100 100010010 111001 110101

Color Harmonies of #9041CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9041CB

Black with #9041CB

Text Example


Text Example

White with #9041CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9041CB; }

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

 H1.HeaderClassName
 {
   color: #9041CB;
 }
 .AnyTagClassName
 {
   color: #9041CB;
 }
</style>

background-color css

<style>
 a { background-color: #9041CB; }

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

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

border-color css

<style>
 span { border-color: #9041CB; }

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

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