Html Css Color HEX #9730B3 Dark Orchid

📋 copy color: '#9730B3'

red 151 ◦ green 48 ◦ blue 179

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

Shades of Dark Orchid #9730B3

Tints of Dark Orchid #9730B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.35%

R = 39.95%
G = 12.7%
B = 47.35%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9730B3 (or 0x9730B3) is known color: Dark Orchid. HEX triplet: 97, 30 and B3. RGB value is (151,48,179). Sum of RGB (Red+Green+Blue) = 151+48+179=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #9730B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730B3 is #68CF4C. Grayscale: #5D5D5D. Windows color (decimal): -6868813 or 11743383. OLE color: 11743383.

HSL color Cylindrical-coordinate representation of color #9730B3: hue angle of 287.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9730B3 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 48 179 -
CMYK 0.16 0.73 0 0.30
HSL 287.18º 0.58% 0.45% -
HSV(B) 287.18º 0.73% 0.7% -
XYZ 21.96 11.95 43.8 -
YUV 93.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 151 48 179 0.16 0.73 0 0.30 287.18 0.58 0.45
Hex 97 30 B3 10 49 0 1E 11F 3A 2D
Octal 227 60 263 20 111 0 36 437 72 55
Binary 10010111 110000 10110011 10000 1001001 0 11110 100011111 111010 101101

Color Harmonies of #9730B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9730B3

Black with #9730B3

Text Example


Text Example

White with #9730B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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