Html Css Color HEX #9735BC Dark Orchid

📋 copy color: '#9735BC'

red 151 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #9735BC

Tints of Dark Orchid #9735BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 38.52%
G = 13.52%
B = 47.96%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9735BC (or 0x9735BC) is known color: Dark Orchid. HEX triplet: 97, 35 and BC. RGB value is (151,53,188). Sum of RGB (Red+Green+Blue) = 151+53+188=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #9735BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735BC is #68CA43. Grayscale: #616161. Windows color (decimal): -6867524 or 12334487. OLE color: 12334487.

HSL color Cylindrical-coordinate representation of color #9735BC: hue angle of 283.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9735BC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 53 188 -
CMYK 0.20 0.72 0 0.26
HSL 283.56º 0.56% 0.47% -
HSV(B) 283.56º 0.72% 0.74% -
XYZ 23.11 12.76 48.82 -
YUV 97.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 151 53 188 0.20 0.72 0 0.26 283.56 0.56 0.47
Hex 97 35 BC 14 48 0 1A 11C 38 2F
Octal 227 65 274 24 110 0 32 434 70 57
Binary 10010111 110101 10111100 10100 1001000 0 11010 100011100 111000 101111

Color Harmonies of #9735BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9735BC

Black with #9735BC

Text Example


Text Example

White with #9735BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9735BC; }

 p { color: rgb(151,53,188); }

 H1.HeaderClassName
 {
   color: #9735BC;
 }
 .AnyTagClassName
 {
   color: #9735BC;
 }
</style>

background-color css

<style>
 a { background-color: #9735BC; }

 a { background-color: rgb(151,53,188); }

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

border-color css

<style>
 span { border-color: #9735BC; }

 span { border-color: rgb(151,53,188); }

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