Html Css Color HEX #9D48CF Dark Orchid

📋 copy color: '#9D48CF'

red 157 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #9D48CF

Tints of Dark Orchid #9D48CF

RGB

 RED value IS 157 (61.72% from 255) = 36.01%

 GREEN value IS 72 (28.52% from 255) = 16.51%

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

R = 36.01%
G = 16.51%
B = 47.48%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D48CF (or 0x9D48CF) is known color: Dark Orchid. HEX triplet: 9D, 48 and CF. RGB value is (157,72,207). Sum of RGB (Red+Green+Blue) = 157+72+207=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48CF is #62B730. Grayscale: #707070. Windows color (decimal): -6469425 or 13584541. OLE color: 13584541.

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

Color convert

RGB 157 72 207 -
CMYK 0.24 0.65 0 0.19
HSL 277.78º 0.58% 0.55% -
HSV(B) 277.78º 0.65% 0.81% -
XYZ 27.48 16.31 60.73 -
YUV 112.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 157 72 207 0.24 0.65 0 0.19 277.78 0.58 0.55
Hex 9D 48 CF 18 41 0 13 116 3A 37
Octal 235 110 317 30 101 0 23 426 72 67
Binary 10011101 1001000 11001111 11000 1000001 0 10011 100010110 111010 110111

Color Harmonies of #9D48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D48CF

Black with #9D48CF

Text Example


Text Example

White with #9D48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D48CF; }

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

 H1.HeaderClassName
 {
   color: #9D48CF;
 }
 .AnyTagClassName
 {
   color: #9D48CF;
 }
</style>

background-color css

<style>
 a { background-color: #9D48CF; }

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

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

border-color css

<style>
 span { border-color: #9D48CF; }

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

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