#9948CF

Color #9948CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9948CF

Tints of Dark Orchid #9948CF

Color information

#9948CF (or 0x9948CF) is unknown color: approx Dark Orchid. HEX triplet: 99, 48 and CF. RGB value is (153,72,207). Sum of RGB (Red+Green+Blue) = 153+72+207=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #9948CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948CF is #66B730. Grayscale: #6F6F6F. Windows color (decimal): -6731569 or 13584537. OLE color: 13584537.

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

Color convert

RGB15372207-
CMYK0.260.6500.19
HSL276º58.44%54.71%-
HSV(B)276º65.22%81.18%-
XYZ26.7215.9160.69-
YUV111.61181.84157.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 207 (81.25% from 255) = 47.92%
R=35.42%
G=16.67%
B=47.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153722070.260.6500.1927658.4454.71
Hex9948CF1A410131143a37
Octal231110317321010234247267
Binary10011001100100011001111110101000001010011100010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9948CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,72,207); }

 H1.HeaderClassName
 {
   color: #9948CF;
 }
 .AnyTagClassName
 {
   color: #9948CF;
 }
</style>
background-color css

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

 a { background-color: rgb(153,72,207); }

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

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

 span { border-color: rgb(153,72,207); }

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