Html Css Color HEX #9748CF Dark Orchid

📋 copy color: '#9748CF'

red 151 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #9748CF

Tints of Dark Orchid #9748CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 35.12%
G = 16.74%
B = 48.14%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9748CF (or 0x9748CF) is known color: Dark Orchid. HEX triplet: 97, 48 and CF. RGB value is (151,72,207). Sum of RGB (Red+Green+Blue) = 151+72+207=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #9748CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9748CF is #68B730. Grayscale: #6E6E6E. Windows color (decimal): -6862641 or 13584535. OLE color: 13584535.

HSL color Cylindrical-coordinate representation of color #9748CF: hue angle of 275.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9748CF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 72 207 -
CMYK 0.27 0.65 0 0.19
HSL 275.11º 0.58% 0.55% -
HSV(B) 275.11º 0.65% 0.81% -
XYZ 26.34 15.72 60.68 -
YUV 111.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 151 72 207 0.27 0.65 0 0.19 275.11 0.58 0.55
Hex 97 48 CF 1B 41 0 13 113 3A 37
Octal 227 110 317 33 101 0 23 423 72 67
Binary 10010111 1001000 11001111 11011 1000001 0 10011 100010011 111010 110111

Color Harmonies of #9748CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9748CF

Black with #9748CF

Text Example


Text Example

White with #9748CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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