Html Css Color HEX #9547CF Dark Orchid

📋 copy color: '#9547CF'

red 149 ◦ green 71 ◦ blue 207

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

Shades of Dark Orchid #9547CF

Tints of Dark Orchid #9547CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 34.89%
G = 16.63%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9547CF (or 0x9547CF) is known color: Dark Orchid. HEX triplet: 95, 47 and CF. RGB value is (149,71,207). Sum of RGB (Red+Green+Blue) = 149+71+207=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9547CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547CF is #6AB830. Grayscale: #6D6D6D. Windows color (decimal): -6993969 or 13584277. OLE color: 13584277.

HSL color Cylindrical-coordinate representation of color #9547CF: hue angle of 274.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9547CF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 71 207 -
CMYK 0.28 0.66 0 0.19
HSL 274.41º 0.59% 0.55% -
HSV(B) 274.41º 0.66% 0.81% -
XYZ 25.91 15.4 60.64 -
YUV 109.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 149 71 207 0.28 0.66 0 0.19 274.41 0.59 0.55
Hex 95 47 CF 1C 42 0 13 112 3B 37
Octal 225 107 317 34 102 0 23 422 73 67
Binary 10010101 1000111 11001111 11100 1000010 0 10011 100010010 111011 110111

Color Harmonies of #9547CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9547CF

Black with #9547CF

Text Example


Text Example

White with #9547CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9547CF; }

 p { color: rgb(149,71,207); }

 H1.HeaderClassName
 {
   color: #9547CF;
 }
 .AnyTagClassName
 {
   color: #9547CF;
 }
</style>

background-color css

<style>
 a { background-color: #9547CF; }

 a { background-color: rgb(149,71,207); }

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

border-color css

<style>
 span { border-color: #9547CF; }

 span { border-color: rgb(149,71,207); }

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