Html Css Color HEX #9745DB Dark Orchid

📋 copy color: '#9745DB'

red 151 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #9745DB

Tints of Dark Orchid #9745DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.72%

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

R = 34.4%
G = 15.72%
B = 49.89%

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

#9745DB (or 0x9745DB) is known color: Dark Orchid. HEX triplet: 97, 45 and DB. RGB value is (151,69,219). Sum of RGB (Red+Green+Blue) = 151+69+219=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #9745DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745DB is #68BA24. Grayscale: #6E6E6E. Windows color (decimal): -6863397 or 14370199. OLE color: 14370199.

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

Color convert

RGB 151 69 219 -
CMYK 0.31 0.68 0 0.14
HSL 272.8º 0.68% 0.56% -
HSV(B) 272.8º 0.68% 0.86% -
XYZ 27.68 15.95 68.64 -
YUV 110.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 151 69 219 0.31 0.68 0 0.14 272.8 0.68 0.56
Hex 97 45 DB 1F 44 0 E 111 44 38
Octal 227 105 333 37 104 0 16 421 104 70
Binary 10010111 1000101 11011011 11111 1000100 0 1110 100010001 1000100 111000

Color Harmonies of #9745DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9745DB

Black with #9745DB

Text Example


Text Example

White with #9745DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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