Html Css Color HEX #9043CB Dark Orchid

📋 copy color: '#9043CB'

red 144 ◦ green 67 ◦ blue 203

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

Shades of Dark Orchid #9043CB

Tints of Dark Orchid #9043CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.18%

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

R = 34.78%
G = 16.18%
B = 49.03%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9043CB (or 0x9043CB) is known color: Dark Orchid. HEX triplet: 90, 43 and CB. RGB value is (144,67,203). Sum of RGB (Red+Green+Blue) = 144+67+203=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #9043CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9043CB is #6FBC34. Grayscale: #696969. Windows color (decimal): -7322677 or 13321104. OLE color: 13321104.

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

Color convert

RGB 144 67 203 -
CMYK 0.29 0.67 0 0.20
HSL 273.97º 0.57% 0.53% -
HSV(B) 273.97º 0.67% 0.8% -
XYZ 24.29 14.26 57.97 -
YUV 105.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 144 67 203 0.29 0.67 0 0.20 273.97 0.57 0.53
Hex 90 43 CB 1D 43 0 14 112 39 35
Octal 220 103 313 35 103 0 24 422 71 65
Binary 10010000 1000011 11001011 11101 1000011 0 10100 100010010 111001 110101

Color Harmonies of #9043CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9043CB

Black with #9043CB

Text Example


Text Example

White with #9043CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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