Html Css Color HEX #9742DD Dark Orchid

📋 copy color: '#9742DD'

red 151 ◦ green 66 ◦ blue 221

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

Shades of Dark Orchid #9742DD

Tints of Dark Orchid #9742DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 34.47%
G = 15.07%
B = 50.46%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9742DD (or 0x9742DD) is known color: Dark Orchid. HEX triplet: 97, 42 and DD. RGB value is (151,66,221). Sum of RGB (Red+Green+Blue) = 151+66+221=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #9742DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9742DD is #68BD22. Grayscale: #6C6C6C. Windows color (decimal): -6864163 or 14500503. OLE color: 14500503.

HSL color Cylindrical-coordinate representation of color #9742DD: hue angle of 272.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9742DD is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 66 221 -
CMYK 0.32 0.70 0 0.13
HSL 272.9º 0.7% 0.56% -
HSV(B) 272.9º 0.7% 0.87% -
XYZ 27.76 15.7 69.97 -
YUV 109.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 151 66 221 0.32 0.70 0 0.13 272.9 0.7 0.56
Hex 97 42 DD 20 46 0 D 111 46 38
Octal 227 102 335 40 106 0 15 421 106 70
Binary 10010111 1000010 11011101 100000 1000110 0 1101 100010001 1000110 111000

Color Harmonies of #9742DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9742DD

Black with #9742DD

Text Example


Text Example

White with #9742DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9742DD; }

 p { color: rgb(151,66,221); }

 H1.HeaderClassName
 {
   color: #9742DD;
 }
 .AnyTagClassName
 {
   color: #9742DD;
 }
</style>

background-color css

<style>
 a { background-color: #9742DD; }

 a { background-color: rgb(151,66,221); }

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

border-color css

<style>
 span { border-color: #9742DD; }

 span { border-color: rgb(151,66,221); }

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