Html Css Color HEX #9748DB Dark Orchid

📋 copy color: '#9748DB'

red 151 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #9748DB

Tints of Dark Orchid #9748DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

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

R = 34.16%
G = 16.29%
B = 49.55%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9748DB (or 0x9748DB) is known color: Dark Orchid. HEX triplet: 97, 48 and DB. RGB value is (151,72,219). Sum of RGB (Red+Green+Blue) = 151+72+219=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #9748DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9748DB is #68B724. Grayscale: #6F6F6F. Windows color (decimal): -6862629 or 14370967. OLE color: 14370967.

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

Color convert

RGB 151 72 219 -
CMYK 0.31 0.67 0 0.14
HSL 272.24º 0.67% 0.57% -
HSV(B) 272.24º 0.67% 0.86% -
XYZ 27.87 16.33 68.7 -
YUV 112.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 151 72 219 0.31 0.67 0 0.14 272.24 0.67 0.57
Hex 97 48 DB 1F 43 0 E 110 43 39
Octal 227 110 333 37 103 0 16 420 103 71
Binary 10010111 1001000 11011011 11111 1000011 0 1110 100010000 1000011 111001

Color Harmonies of #9748DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9748DB

Black with #9748DB

Text Example


Text Example

White with #9748DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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