Html Css Color HEX #9A43DF Dark Orchid

📋 copy color: '#9A43DF'

red 154 ◦ green 67 ◦ blue 223

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

Shades of Dark Orchid #9A43DF

Tints of Dark Orchid #9A43DF

RGB

 RED value IS 154 (60.55% from 255) = 34.68%

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 34.68%
G = 15.09%
B = 50.23%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A43DF (or 0x9A43DF) is known color: Dark Orchid. HEX triplet: 9A, 43 and DF. RGB value is (154,67,223). Sum of RGB (Red+Green+Blue) = 154+67+223=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A43DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A43DF is #65BC20. Grayscale: #6E6E6E. Windows color (decimal): -6667297 or 14631834. OLE color: 14631834.

HSL color Cylindrical-coordinate representation of color #9A43DF: hue angle of 273.46º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A43DF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 67 223 -
CMYK 0.31 0.70 0 0.13
HSL 273.46º 0.71% 0.57% -
HSV(B) 273.46º 0.7% 0.87% -
XYZ 28.65 16.21 71.43 -
YUV 110.8 191.32 158.82 -
System Red Green Blue C M Y K H S L
Decimal 154 67 223 0.31 0.70 0 0.13 273.46 0.71 0.57
Hex 9A 43 DF 1F 46 0 D 111 47 39
Octal 232 103 337 37 106 0 15 421 107 71
Binary 10011010 1000011 11011111 11111 1000110 0 1101 100010001 1000111 111001

Color Harmonies of #9A43DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A43DF

Black with #9A43DF

Text Example


Text Example

White with #9A43DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A43DF; }

 p { color: rgb(154,67,223); }

 H1.HeaderClassName
 {
   color: #9A43DF;
 }
 .AnyTagClassName
 {
   color: #9A43DF;
 }
</style>

background-color css

<style>
 a { background-color: #9A43DF; }

 a { background-color: rgb(154,67,223); }

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

border-color css

<style>
 span { border-color: #9A43DF; }

 span { border-color: rgb(154,67,223); }

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