Html Css Color HEX #9147D0 Dark Orchid

📋 copy color: '#9147D0'

red 145 ◦ green 71 ◦ blue 208

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

Shades of Dark Orchid #9147D0

Tints of Dark Orchid #9147D0

RGB

 RED value IS 145 (57.03% from 255) = 34.2%

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 34.2%
G = 16.75%
B = 49.06%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9147D0 (or 0x9147D0) is known color: Dark Orchid. HEX triplet: 91, 47 and D0. RGB value is (145,71,208). Sum of RGB (Red+Green+Blue) = 145+71+208=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #9147D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147D0 is #6EB82F. Grayscale: #6C6C6C. Windows color (decimal): -7256112 or 13649809. OLE color: 13649809.

HSL color Cylindrical-coordinate representation of color #9147D0: hue angle of 272.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9147D0 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 71 208 -
CMYK 0.30 0.66 0 0.18
HSL 272.41º 0.59% 0.55% -
HSV(B) 272.41º 0.66% 0.82% -
XYZ 25.32 15.08 61.25 -
YUV 108.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 145 71 208 0.30 0.66 0 0.18 272.41 0.59 0.55
Hex 91 47 D0 1E 42 0 12 110 3B 37
Octal 221 107 320 36 102 0 22 420 73 67
Binary 10010001 1000111 11010000 11110 1000010 0 10010 100010000 111011 110111

Color Harmonies of #9147D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147D0

Black with #9147D0

Text Example


Text Example

White with #9147D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9147D0; }

 p { color: rgb(145,71,208); }

 H1.HeaderClassName
 {
   color: #9147D0;
 }
 .AnyTagClassName
 {
   color: #9147D0;
 }
</style>

background-color css

<style>
 a { background-color: #9147D0; }

 a { background-color: rgb(145,71,208); }

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

border-color css

<style>
 span { border-color: #9147D0; }

 span { border-color: rgb(145,71,208); }

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