Html Css Color HEX #9739DB Dark Orchid

📋 copy color: '#9739DB'

red 151 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #9739DB

Tints of Dark Orchid #9739DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.35%

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

R = 35.36%
G = 13.35%
B = 51.29%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9739DB (or 0x9739DB) is known color: Dark Orchid. HEX triplet: 97, 39 and DB. RGB value is (151,57,219). Sum of RGB (Red+Green+Blue) = 151+57+219=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #9739DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9739DB is #68C624. Grayscale: #676767. Windows color (decimal): -6866469 or 14367127. OLE color: 14367127.

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

Color convert

RGB 151 57 219 -
CMYK 0.31 0.74 0 0.14
HSL 274.81º 0.69% 0.54% -
HSV(B) 274.81º 0.74% 0.86% -
XYZ 27.01 14.62 68.42 -
YUV 103.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 151 57 219 0.31 0.74 0 0.14 274.81 0.69 0.54
Hex 97 39 DB 1F 4A 0 E 113 45 36
Octal 227 71 333 37 112 0 16 423 105 66
Binary 10010111 111001 11011011 11111 1001010 0 1110 100010011 1000101 110110

Color Harmonies of #9739DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9739DB

Black with #9739DB

Text Example


Text Example

White with #9739DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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