Html Css Color HEX #9543CC Dark Orchid

📋 copy color: '#9543CC'

red 149 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #9543CC

Tints of Dark Orchid #9543CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 35.48%
G = 15.95%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9543CC (or 0x9543CC) is known color: Dark Orchid. HEX triplet: 95, 43 and CC. RGB value is (149,67,204). Sum of RGB (Red+Green+Blue) = 149+67+204=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #9543CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9543CC is #6ABC33. Grayscale: #6A6A6A. Windows color (decimal): -6994996 or 13386645. OLE color: 13386645.

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

Color convert

RGB 149 67 204 -
CMYK 0.27 0.67 0 0.2
HSL 275.91º 0.57% 0.53% -
HSV(B) 275.91º 0.67% 0.8% -
XYZ 25.3 14.76 58.64 -
YUV 107.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 149 67 204 0.27 0.67 0 0.2 275.91 0.57 0.53
Hex 95 43 CC 1B 43 0 14 114 39 35
Octal 225 103 314 33 103 0 24 424 71 65
Binary 10010101 1000011 11001100 11011 1000011 0 10100 100010100 111001 110101

Color Harmonies of #9543CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9543CC

Black with #9543CC

Text Example


Text Example

White with #9543CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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