Html Css Color HEX #9730BB Dark Orchid

📋 copy color: '#9730BB'

red 151 ◦ green 48 ◦ blue 187

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

Shades of Dark Orchid #9730BB

Tints of Dark Orchid #9730BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 39.12%
G = 12.44%
B = 48.45%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9730BB (or 0x9730BB) is known color: Dark Orchid. HEX triplet: 97, 30 and BB. RGB value is (151,48,187). Sum of RGB (Red+Green+Blue) = 151+48+187=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #9730BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730BB is #68CF44. Grayscale: #5E5E5E. Windows color (decimal): -6868805 or 12267671. OLE color: 12267671.

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

Color convert

RGB 151 48 187 -
CMYK 0.19 0.74 0 0.27
HSL 284.46º 0.59% 0.46% -
HSV(B) 284.46º 0.74% 0.73% -
XYZ 22.79 12.28 48.18 -
YUV 94.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 151 48 187 0.19 0.74 0 0.27 284.46 0.59 0.46
Hex 97 30 BB 13 4A 0 1B 11C 3B 2E
Octal 227 60 273 23 112 0 33 434 73 56
Binary 10010111 110000 10111011 10011 1001010 0 11011 100011100 111011 101110

Color Harmonies of #9730BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9730BB

Black with #9730BB

Text Example


Text Example

White with #9730BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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