Html Css Color HEX #9746CB Dark Orchid

📋 copy color: '#9746CB'

red 151 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #9746CB

Tints of Dark Orchid #9746CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 35.61%
G = 16.51%
B = 47.88%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9746CB (or 0x9746CB) is known color: Dark Orchid. HEX triplet: 97, 46 and CB. RGB value is (151,70,203). Sum of RGB (Red+Green+Blue) = 151+70+203=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #9746CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9746CB is #68B934. Grayscale: #6C6C6C. Windows color (decimal): -6863157 or 13321879. OLE color: 13321879.

HSL color Cylindrical-coordinate representation of color #9746CB: hue angle of 276.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9746CB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 70 203 -
CMYK 0.26 0.66 0 0.20
HSL 276.54º 0.56% 0.54% -
HSV(B) 276.54º 0.66% 0.8% -
XYZ 25.73 15.27 58.09 -
YUV 109.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 151 70 203 0.26 0.66 0 0.20 276.54 0.56 0.54
Hex 97 46 CB 1A 42 0 14 115 38 36
Octal 227 106 313 32 102 0 24 425 70 66
Binary 10010111 1000110 11001011 11010 1000010 0 10100 100010101 111000 110110

Color Harmonies of #9746CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9746CB

Black with #9746CB

Text Example


Text Example

White with #9746CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9746CB; }

 p { color: rgb(151,70,203); }

 H1.HeaderClassName
 {
   color: #9746CB;
 }
 .AnyTagClassName
 {
   color: #9746CB;
 }
</style>

background-color css

<style>
 a { background-color: #9746CB; }

 a { background-color: rgb(151,70,203); }

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

border-color css

<style>
 span { border-color: #9746CB; }

 span { border-color: rgb(151,70,203); }

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