Html Css Color HEX #9147CF Dark Orchid

📋 copy color: '#9147CF'

red 145 ◦ green 71 ◦ blue 207

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

Shades of Dark Orchid #9147CF

Tints of Dark Orchid #9147CF

RGB

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

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

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

R = 34.28%
G = 16.78%
B = 48.94%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9147CF (or 0x9147CF) is known color: Dark Orchid. HEX triplet: 91, 47 and CF. RGB value is (145,71,207). Sum of RGB (Red+Green+Blue) = 145+71+207=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #9147CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147CF is #6EB830. Grayscale: #6C6C6C. Windows color (decimal): -7256113 or 13584273. OLE color: 13584273.

HSL color Cylindrical-coordinate representation of color #9147CF: hue angle of 272.65º 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 #9147CF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 71 207 -
CMYK 0.30 0.66 0 0.19
HSL 272.65º 0.59% 0.55% -
HSV(B) 272.65º 0.66% 0.81% -
XYZ 25.19 15.03 60.61 -
YUV 108.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 145 71 207 0.30 0.66 0 0.19 272.65 0.59 0.55
Hex 91 47 CF 1E 42 0 13 111 3B 37
Octal 221 107 317 36 102 0 23 421 73 67
Binary 10010001 1000111 11001111 11110 1000010 0 10011 100010001 111011 110111

Color Harmonies of #9147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9147CF

Black with #9147CF

Text Example


Text Example

White with #9147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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