Html Css Color HEX #9741CC Dark Orchid

📋 copy color: '#9741CC'

red 151 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #9741CC

Tints of Dark Orchid #9741CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.48%

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

R = 35.95%
G = 15.48%
B = 48.57%

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

#9741CC (or 0x9741CC) is known color: Dark Orchid. HEX triplet: 97, 41 and CC. RGB value is (151,65,204). Sum of RGB (Red+Green+Blue) = 151+65+204=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #9741CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741CC is #68BE33. Grayscale: #6A6A6A. Windows color (decimal): -6864436 or 13386135. OLE color: 13386135.

HSL color Cylindrical-coordinate representation of color #9741CC: hue angle of 277.12º degrees, saturation: 0.58, 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 #9741CC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 65 204 -
CMYK 0.26 0.68 0 0.2
HSL 277.12º 0.58% 0.53% -
HSV(B) 277.12º 0.68% 0.8% -
XYZ 25.55 14.72 58.62 -
YUV 106.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 151 65 204 0.26 0.68 0 0.2 277.12 0.58 0.53
Hex 97 41 CC 1A 44 0 14 115 3A 35
Octal 227 101 314 32 104 0 24 425 72 65
Binary 10010111 1000001 11001100 11010 1000100 0 10100 100010101 111010 110101

Color Harmonies of #9741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9741CC

Black with #9741CC

Text Example


Text Example

White with #9741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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