Html Css Color HEX #9735CA Dark Orchid

📋 copy color: '#9735CA'

red 151 ◦ green 53 ◦ blue 202

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

Shades of Dark Orchid #9735CA

Tints of Dark Orchid #9735CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 37.19%
G = 13.05%
B = 49.75%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9735CA (or 0x9735CA) is known color: Dark Orchid. HEX triplet: 97, 35 and CA. RGB value is (151,53,202). Sum of RGB (Red+Green+Blue) = 151+53+202=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #9735CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735CA is #68CA35. Grayscale: #626262. Windows color (decimal): -6867510 or 13251991. OLE color: 13251991.

HSL color Cylindrical-coordinate representation of color #9735CA: hue angle of 279.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9735CA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 53 202 -
CMYK 0.25 0.74 0 0.21
HSL 279.46º 0.58% 0.5% -
HSV(B) 279.46º 0.74% 0.79% -
XYZ 24.7 13.39 57.16 -
YUV 99.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 151 53 202 0.25 0.74 0 0.21 279.46 0.58 0.5
Hex 97 35 CA 19 4A 0 15 117 3A 32
Octal 227 65 312 31 112 0 25 427 72 62
Binary 10010111 110101 11001010 11001 1001010 0 10101 100010111 111010 110010

Color Harmonies of #9735CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9735CA

Black with #9735CA

Text Example


Text Example

White with #9735CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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