Html Css Color HEX #9730D7 Dark Orchid

📋 copy color: '#9730D7'

red 151 ◦ green 48 ◦ blue 215

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

Shades of Dark Orchid #9730D7

Tints of Dark Orchid #9730D7

RGB

 RED value IS 151 (59.38% from 255) = 36.47%

 GREEN value IS 48 (19.14% from 255) = 11.59%

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 36.47%
G = 11.59%
B = 51.93%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9730D7 (or 0x9730D7) is known color: Dark Orchid. HEX triplet: 97, 30 and D7. RGB value is (151,48,215). Sum of RGB (Red+Green+Blue) = 151+48+215=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #9730D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730D7 is #68CF28. Grayscale: #616161. Windows color (decimal): -6868777 or 14102679. OLE color: 14102679.

HSL color Cylindrical-coordinate representation of color #9730D7: hue angle of 277.01º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9730D7 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 48 215 -
CMYK 0.30 0.78 0 0.16
HSL 277.01º 0.68% 0.52% -
HSV(B) 277.01º 0.78% 0.84% -
XYZ 26.09 13.6 65.54 -
YUV 97.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 151 48 215 0.30 0.78 0 0.16 277.01 0.68 0.52
Hex 97 30 D7 1E 4E 0 10 115 44 34
Octal 227 60 327 36 116 0 20 425 104 64
Binary 10010111 110000 11010111 11110 1001110 0 10000 100010101 1000100 110100

Color Harmonies of #9730D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9730D7

Black with #9730D7

Text Example


Text Example

White with #9730D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9730D7; }

 p { color: rgb(151,48,215); }

 H1.HeaderClassName
 {
   color: #9730D7;
 }
 .AnyTagClassName
 {
   color: #9730D7;
 }
</style>

background-color css

<style>
 a { background-color: #9730D7; }

 a { background-color: rgb(151,48,215); }

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

border-color css

<style>
 span { border-color: #9730D7; }

 span { border-color: rgb(151,48,215); }

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