Html Css Color HEX #9543DA Dark Orchid

📋 copy color: '#9543DA'

red 149 ◦ green 67 ◦ blue 218

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

Shades of Dark Orchid #9543DA

Tints of Dark Orchid #9543DA

RGB

 RED value IS 149 (58.59% from 255) = 34.33%

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 34.33%
G = 15.44%
B = 50.23%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9543DA (or 0x9543DA) is known color: Dark Orchid. HEX triplet: 95, 43 and DA. RGB value is (149,67,218). Sum of RGB (Red+Green+Blue) = 149+67+218=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #9543DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543DA is #6ABC25. Grayscale: #6C6C6C. Windows color (decimal): -6994982 or 14304149. OLE color: 14304149.

HSL color Cylindrical-coordinate representation of color #9543DA: hue angle of 272.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9543DA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 67 218 -
CMYK 0.32 0.69 0 0.15
HSL 272.58º 0.67% 0.56% -
HSV(B) 272.58º 0.69% 0.85% -
XYZ 27.06 15.47 67.89 -
YUV 108.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 149 67 218 0.32 0.69 0 0.15 272.58 0.67 0.56
Hex 95 43 DA 20 45 0 F 111 43 38
Octal 225 103 332 40 105 0 17 421 103 70
Binary 10010101 1000011 11011010 100000 1000101 0 1111 100010001 1000011 111000

Color Harmonies of #9543DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9543DA

Black with #9543DA

Text Example


Text Example

White with #9543DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9543DA; }

 p { color: rgb(149,67,218); }

 H1.HeaderClassName
 {
   color: #9543DA;
 }
 .AnyTagClassName
 {
   color: #9543DA;
 }
</style>

background-color css

<style>
 a { background-color: #9543DA; }

 a { background-color: rgb(149,67,218); }

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

border-color css

<style>
 span { border-color: #9543DA; }

 span { border-color: rgb(149,67,218); }

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