Html Css Color HEX #9447CE Dark Orchid

📋 copy color: '#9447CE'

red 148 ◦ green 71 ◦ blue 206

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

Shades of Dark Orchid #9447CE

Tints of Dark Orchid #9447CE

RGB

 RED value IS 148 (58.2% from 255) = 34.82%

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 34.82%
G = 16.71%
B = 48.47%

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

#9447CE (or 0x9447CE) is known color: Dark Orchid. HEX triplet: 94, 47 and CE. RGB value is (148,71,206). Sum of RGB (Red+Green+Blue) = 148+71+206=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #9447CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9447CE is #6BB831. Grayscale: #6C6C6C. Windows color (decimal): -7059506 or 13518740. OLE color: 13518740.

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

Color convert

RGB 148 71 206 -
CMYK 0.28 0.66 0 0.19
HSL 274.22º 0.58% 0.54% -
HSV(B) 274.22º 0.66% 0.81% -
XYZ 25.61 15.26 59.99 -
YUV 109.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 148 71 206 0.28 0.66 0 0.19 274.22 0.58 0.54
Hex 94 47 CE 1C 42 0 13 112 3A 36
Octal 224 107 316 34 102 0 23 422 72 66
Binary 10010100 1000111 11001110 11100 1000010 0 10011 100010010 111010 110110

Color Harmonies of #9447CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9447CE

Black with #9447CE

Text Example


Text Example

White with #9447CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9447CE; }

 p { color: rgb(148,71,206); }

 H1.HeaderClassName
 {
   color: #9447CE;
 }
 .AnyTagClassName
 {
   color: #9447CE;
 }
</style>

background-color css

<style>
 a { background-color: #9447CE; }

 a { background-color: rgb(148,71,206); }

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

border-color css

<style>
 span { border-color: #9447CE; }

 span { border-color: rgb(148,71,206); }

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