Html Css Color HEX #9748DC Dark Orchid

📋 copy color: '#9748DC'

red 151 ◦ green 72 ◦ blue 220

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

Shades of Dark Orchid #9748DC

Tints of Dark Orchid #9748DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 34.09%
G = 16.25%
B = 49.66%

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

#9748DC (or 0x9748DC) is known color: Dark Orchid. HEX triplet: 97, 48 and DC. RGB value is (151,72,220). Sum of RGB (Red+Green+Blue) = 151+72+220=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #9748DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9748DC is #68B723. Grayscale: #6F6F6F. Windows color (decimal): -6862628 or 14436503. OLE color: 14436503.

HSL color Cylindrical-coordinate representation of color #9748DC: hue angle of 272.03º degrees, saturation: 0.68, 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 #9748DC is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 72 220 -
CMYK 0.31 0.67 0 0.14
HSL 272.03º 0.68% 0.57% -
HSV(B) 272.03º 0.67% 0.86% -
XYZ 28 16.38 69.4 -
YUV 112.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 151 72 220 0.31 0.67 0 0.14 272.03 0.68 0.57
Hex 97 48 DC 1F 43 0 E 110 44 39
Octal 227 110 334 37 103 0 16 420 104 71
Binary 10010111 1001000 11011100 11111 1000011 0 1110 100010000 1000100 111001

Color Harmonies of #9748DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9748DC

Black with #9748DC

Text Example


Text Example

White with #9748DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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