Html Css Color HEX #9730DB Dark Orchid

📋 copy color: '#9730DB'

red 151 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #9730DB

Tints of Dark Orchid #9730DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 36.12%
G = 11.48%
B = 52.39%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9730DB (or 0x9730DB) is known color: Dark Orchid. HEX triplet: 97, 30 and DB. RGB value is (151,48,219). Sum of RGB (Red+Green+Blue) = 151+48+219=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #9730DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730DB is #68CF24. Grayscale: #616161. Windows color (decimal): -6868773 or 14364823. OLE color: 14364823.

HSL color Cylindrical-coordinate representation of color #9730DB: hue angle of 276.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9730DB is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 48 219 -
CMYK 0.31 0.78 0 0.14
HSL 276.14º 0.7% 0.52% -
HSV(B) 276.14º 0.78% 0.86% -
XYZ 26.61 13.81 68.28 -
YUV 98.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 151 48 219 0.31 0.78 0 0.14 276.14 0.7 0.52
Hex 97 30 DB 1F 4E 0 E 114 46 34
Octal 227 60 333 37 116 0 16 424 106 64
Binary 10010111 110000 11011011 11111 1001110 0 1110 100010100 1000110 110100

Color Harmonies of #9730DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9730DB

Black with #9730DB

Text Example


Text Example

White with #9730DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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