Html Css Color HEX #9543CD Dark Orchid

📋 copy color: '#9543CD'

red 149 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #9543CD

Tints of Dark Orchid #9543CD

RGB

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

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

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

R = 35.39%
G = 15.91%
B = 48.69%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9543CD (or 0x9543CD) is known color: Dark Orchid. HEX triplet: 95, 43 and CD. RGB value is (149,67,205). Sum of RGB (Red+Green+Blue) = 149+67+205=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #9543CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543CD is #6ABC32. Grayscale: #6A6A6A. Windows color (decimal): -6994995 or 13452181. OLE color: 13452181.

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

Color convert

RGB 149 67 205 -
CMYK 0.27 0.67 0 0.20
HSL 275.65º 0.58% 0.53% -
HSV(B) 275.65º 0.67% 0.8% -
XYZ 25.42 14.81 59.28 -
YUV 107.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 149 67 205 0.27 0.67 0 0.20 275.65 0.58 0.53
Hex 95 43 CD 1B 43 0 14 114 3A 35
Octal 225 103 315 33 103 0 24 424 72 65
Binary 10010101 1000011 11001101 11011 1000011 0 10100 100010100 111010 110101

Color Harmonies of #9543CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9543CD

Black with #9543CD

Text Example


Text Example

White with #9543CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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