Html Css Color HEX #9730BD Dark Orchid

📋 copy color: '#9730BD'

red 151 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #9730BD

Tints of Dark Orchid #9730BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 38.92%
G = 12.37%
B = 48.71%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9730BD (or 0x9730BD) is known color: Dark Orchid. HEX triplet: 97, 30 and BD. RGB value is (151,48,189). Sum of RGB (Red+Green+Blue) = 151+48+189=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9730BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730BD is #68CF42. Grayscale: #5E5E5E. Windows color (decimal): -6868803 or 12398743. OLE color: 12398743.

HSL color Cylindrical-coordinate representation of color #9730BD: hue angle of 283.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9730BD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 48 189 -
CMYK 0.20 0.75 0 0.26
HSL 283.83º 0.59% 0.46% -
HSV(B) 283.83º 0.75% 0.74% -
XYZ 23 12.37 49.32 -
YUV 94.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 151 48 189 0.20 0.75 0 0.26 283.83 0.59 0.46
Hex 97 30 BD 14 4B 0 1A 11C 3B 2E
Octal 227 60 275 24 113 0 32 434 73 56
Binary 10010111 110000 10111101 10100 1001011 0 11010 100011100 111011 101110

Color Harmonies of #9730BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9730BD

Black with #9730BD

Text Example


Text Example

White with #9730BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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