Html Css Color HEX #9449CF Dark Orchid

📋 copy color: '#9449CF'

red 148 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #9449CF

Tints of Dark Orchid #9449CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

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

R = 34.58%
G = 17.06%
B = 48.36%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9449CF (or 0x9449CF) is known color: Dark Orchid. HEX triplet: 94, 49 and CF. RGB value is (148,73,207). Sum of RGB (Red+Green+Blue) = 148+73+207=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #9449CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449CF is #6BB630. Grayscale: #6E6E6E. Windows color (decimal): -7058993 or 13584788. OLE color: 13584788.

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

Color convert

RGB 148 73 207 -
CMYK 0.29 0.65 0 0.19
HSL 273.58º 0.58% 0.55% -
HSV(B) 273.58º 0.65% 0.81% -
XYZ 25.86 15.57 60.67 -
YUV 110.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 148 73 207 0.29 0.65 0 0.19 273.58 0.58 0.55
Hex 94 49 CF 1D 41 0 13 112 3A 37
Octal 224 111 317 35 101 0 23 422 72 67
Binary 10010100 1001001 11001111 11101 1000001 0 10011 100010010 111010 110111

Color Harmonies of #9449CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9449CF

Black with #9449CF

Text Example


Text Example

White with #9449CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,73,207); }

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

background-color css

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

 a { background-color: rgb(148,73,207); }

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

border-color css

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

 span { border-color: rgb(148,73,207); }

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