Html Css Color HEX #9745CB Dark Orchid

📋 copy color: '#9745CB'

red 151 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #9745CB

Tints of Dark Orchid #9745CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 35.7%
G = 16.31%
B = 47.99%

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

#9745CB (or 0x9745CB) is known color: Dark Orchid. HEX triplet: 97, 45 and CB. RGB value is (151,69,203). Sum of RGB (Red+Green+Blue) = 151+69+203=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #9745CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745CB is #68BA34. Grayscale: #6C6C6C. Windows color (decimal): -6863413 or 13321623. OLE color: 13321623.

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

Color convert

RGB 151 69 203 -
CMYK 0.26 0.66 0 0.20
HSL 276.72º 0.56% 0.53% -
HSV(B) 276.72º 0.66% 0.8% -
XYZ 25.67 15.15 58.07 -
YUV 108.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 151 69 203 0.26 0.66 0 0.20 276.72 0.56 0.53
Hex 97 45 CB 1A 42 0 14 115 38 35
Octal 227 105 313 32 102 0 24 425 70 65
Binary 10010111 1000101 11001011 11010 1000010 0 10100 100010101 111000 110101

Color Harmonies of #9745CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9745CB

Black with #9745CB

Text Example


Text Example

White with #9745CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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