Html Css Color HEX #9043CD Dark Orchid

📋 copy color: '#9043CD'

red 144 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #9043CD

Tints of Dark Orchid #9043CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 34.62%
G = 16.11%
B = 49.28%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9043CD (or 0x9043CD) is known color: Dark Orchid. HEX triplet: 90, 43 and CD. RGB value is (144,67,205). Sum of RGB (Red+Green+Blue) = 144+67+205=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #9043CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9043CD is #6FBC32. Grayscale: #696969. Windows color (decimal): -7322675 or 13452176. OLE color: 13452176.

HSL color Cylindrical-coordinate representation of color #9043CD: hue angle of 273.48º degrees, saturation: 0.58, 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 #9043CD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 67 205 -
CMYK 0.30 0.67 0 0.20
HSL 273.48º 0.58% 0.53% -
HSV(B) 273.48º 0.67% 0.8% -
XYZ 24.53 14.35 59.23 -
YUV 105.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 144 67 205 0.30 0.67 0 0.20 273.48 0.58 0.53
Hex 90 43 CD 1E 43 0 14 111 3A 35
Octal 220 103 315 36 103 0 24 421 72 65
Binary 10010000 1000011 11001101 11110 1000011 0 10100 100010001 111010 110101

Color Harmonies of #9043CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9043CD

Black with #9043CD

Text Example


Text Example

White with #9043CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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