Html Css Color HEX #9738DC Dark Orchid

📋 copy color: '#9738DC'

red 151 ◦ green 56 ◦ blue 220

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

Shades of Dark Orchid #9738DC

Tints of Dark Orchid #9738DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.11%

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

R = 35.36%
G = 13.11%
B = 51.52%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9738DC (or 0x9738DC) is known color: Dark Orchid. HEX triplet: 97, 38 and DC. RGB value is (151,56,220). Sum of RGB (Red+Green+Blue) = 151+56+220=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #9738DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738DC is #68C723. Grayscale: #666666. Windows color (decimal): -6866724 or 14432407. OLE color: 14432407.

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

Color convert

RGB 151 56 220 -
CMYK 0.31 0.75 0 0.14
HSL 274.76º 0.7% 0.54% -
HSV(B) 274.76º 0.75% 0.86% -
XYZ 27.09 14.57 69.1 -
YUV 103.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 151 56 220 0.31 0.75 0 0.14 274.76 0.7 0.54
Hex 97 38 DC 1F 4B 0 E 113 46 36
Octal 227 70 334 37 113 0 16 423 106 66
Binary 10010111 111000 11011100 11111 1001011 0 1110 100010011 1000110 110110

Color Harmonies of #9738DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9738DC

Black with #9738DC

Text Example


Text Example

White with #9738DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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