Html Css Color HEX #9748CD Dark Orchid

📋 copy color: '#9748CD'

red 151 ◦ green 72 ◦ blue 205

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

Shades of Dark Orchid #9748CD

Tints of Dark Orchid #9748CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 35.28%
G = 16.82%
B = 47.9%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9748CD (or 0x9748CD) is known color: Dark Orchid. HEX triplet: 97, 48 and CD. RGB value is (151,72,205). Sum of RGB (Red+Green+Blue) = 151+72+205=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #9748CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9748CD is #68B732. Grayscale: #6E6E6E. Windows color (decimal): -6862643 or 13453463. OLE color: 13453463.

HSL color Cylindrical-coordinate representation of color #9748CD: hue angle of 275.64º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9748CD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 72 205 -
CMYK 0.26 0.65 0 0.20
HSL 275.64º 0.57% 0.54% -
HSV(B) 275.64º 0.65% 0.8% -
XYZ 26.1 15.62 59.4 -
YUV 110.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 151 72 205 0.26 0.65 0 0.20 275.64 0.57 0.54
Hex 97 48 CD 1A 41 0 14 114 39 36
Octal 227 110 315 32 101 0 24 424 71 66
Binary 10010111 1001000 11001101 11010 1000001 0 10100 100010100 111001 110110

Color Harmonies of #9748CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9748CD

Black with #9748CD

Text Example


Text Example

White with #9748CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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