Html Css Color HEX #9742CC Dark Orchid

📋 copy color: '#9742CC'

red 151 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #9742CC

Tints of Dark Orchid #9742CC

RGB

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

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

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

R = 35.87%
G = 15.68%
B = 48.46%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9742CC (or 0x9742CC) is known color: Dark Orchid. HEX triplet: 97, 42 and CC. RGB value is (151,66,204). Sum of RGB (Red+Green+Blue) = 151+66+204=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9742CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9742CC is #68BD33. Grayscale: #6A6A6A. Windows color (decimal): -6864180 or 13386391. OLE color: 13386391.

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

Color convert

RGB 151 66 204 -
CMYK 0.26 0.68 0 0.2
HSL 276.96º 0.58% 0.53% -
HSV(B) 276.96º 0.68% 0.8% -
XYZ 25.61 14.84 58.64 -
YUV 107.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 151 66 204 0.26 0.68 0 0.2 276.96 0.58 0.53
Hex 97 42 CC 1A 44 0 14 115 3A 35
Octal 227 102 314 32 104 0 24 425 72 65
Binary 10010111 1000010 11001100 11010 1000100 0 10100 100010101 111010 110101

Color Harmonies of #9742CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9742CC

Black with #9742CC

Text Example


Text Example

White with #9742CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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