Html Css Color HEX #9738CC Dark Orchid

📋 copy color: '#9738CC'

red 151 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #9738CC

Tints of Dark Orchid #9738CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 36.74%
G = 13.63%
B = 49.64%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9738CC (or 0x9738CC) is known color: Dark Orchid. HEX triplet: 97, 38 and CC. RGB value is (151,56,204). Sum of RGB (Red+Green+Blue) = 151+56+204=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #9738CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738CC is #68C733. Grayscale: #646464. Windows color (decimal): -6866740 or 13383831. OLE color: 13383831.

HSL color Cylindrical-coordinate representation of color #9738CC: hue angle of 278.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9738CC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 56 204 -
CMYK 0.26 0.73 0 0.2
HSL 278.51º 0.59% 0.51% -
HSV(B) 278.51º 0.73% 0.8% -
XYZ 25.08 13.77 58.46 -
YUV 101.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 151 56 204 0.26 0.73 0 0.2 278.51 0.59 0.51
Hex 97 38 CC 1A 49 0 14 117 3B 33
Octal 227 70 314 32 111 0 24 427 73 63
Binary 10010111 111000 11001100 11010 1001001 0 10100 100010111 111011 110011

Color Harmonies of #9738CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9738CC

Black with #9738CC

Text Example


Text Example

White with #9738CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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