Html Css Color HEX #9746DB Dark Orchid

📋 copy color: '#9746DB'

red 151 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #9746DB

Tints of Dark Orchid #9746DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.91%

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

R = 34.32%
G = 15.91%
B = 49.77%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9746DB (or 0x9746DB) is known color: Dark Orchid. HEX triplet: 97, 46 and DB. RGB value is (151,70,219). Sum of RGB (Red+Green+Blue) = 151+70+219=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9746DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9746DB is #68B924. Grayscale: #6E6E6E. Windows color (decimal): -6863141 or 14370455. OLE color: 14370455.

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

Color convert

RGB 151 70 219 -
CMYK 0.31 0.68 0 0.14
HSL 272.62º 0.67% 0.57% -
HSV(B) 272.62º 0.68% 0.86% -
XYZ 27.74 16.07 68.66 -
YUV 111.21 188.84 156.38 -
System Red Green Blue C M Y K H S L
Decimal 151 70 219 0.31 0.68 0 0.14 272.62 0.67 0.57
Hex 97 46 DB 1F 44 0 E 111 43 39
Octal 227 106 333 37 104 0 16 421 103 71
Binary 10010111 1000110 11011011 11111 1000100 0 1110 100010001 1000011 111001

Color Harmonies of #9746DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9746DB

Black with #9746DB

Text Example


Text Example

White with #9746DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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