Html Css Color HEX #9735B3 Dark Orchid

📋 copy color: '#9735B3'

red 151 ◦ green 53 ◦ blue 179

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

Shades of Dark Orchid #9735B3

Tints of Dark Orchid #9735B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 39.43%
G = 13.84%
B = 46.74%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9735B3 (or 0x9735B3) is known color: Dark Orchid. HEX triplet: 97, 35 and B3. RGB value is (151,53,179). Sum of RGB (Red+Green+Blue) = 151+53+179=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #9735B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735B3 is #68CA4C. Grayscale: #606060. Windows color (decimal): -6867533 or 11744663. OLE color: 11744663.

HSL color Cylindrical-coordinate representation of color #9735B3: hue angle of 286.67º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9735B3 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 53 179 -
CMYK 0.16 0.70 0 0.30
HSL 286.67º 0.54% 0.45% -
HSV(B) 286.67º 0.7% 0.7% -
XYZ 22.17 12.38 43.87 -
YUV 96.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 151 53 179 0.16 0.70 0 0.30 286.67 0.54 0.45
Hex 97 35 B3 10 46 0 1E 11F 36 2D
Octal 227 65 263 20 106 0 36 437 66 55
Binary 10010111 110101 10110011 10000 1000110 0 11110 100011111 110110 101101

Color Harmonies of #9735B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9735B3

Black with #9735B3

Text Example


Text Example

White with #9735B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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