Html Css Color HEX #9035BF Dark Orchid

📋 copy color: '#9035BF'

red 144 ◦ green 53 ◦ blue 191

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

Shades of Dark Orchid #9035BF

Tints of Dark Orchid #9035BF

RGB

 RED value IS 144 (56.64% from 255) = 37.11%

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 37.11%
G = 13.66%
B = 49.23%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9035BF (or 0x9035BF) is known color: Dark Orchid. HEX triplet: 90, 35 and BF. RGB value is (144,53,191). Sum of RGB (Red+Green+Blue) = 144+53+191=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #9035BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035BF is #6FCA40. Grayscale: #5F5F5F. Windows color (decimal): -7326273 or 12531088. OLE color: 12531088.

HSL color Cylindrical-coordinate representation of color #9035BF: hue angle of 279.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9035BF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 53 191 -
CMYK 0.25 0.72 0 0.25
HSL 279.57º 0.57% 0.48% -
HSV(B) 279.57º 0.72% 0.75% -
XYZ 22.18 12.24 50.48 -
YUV 95.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 144 53 191 0.25 0.72 0 0.25 279.57 0.57 0.48
Hex 90 35 BF 19 48 0 19 118 39 30
Octal 220 65 277 31 110 0 31 430 71 60
Binary 10010000 110101 10111111 11001 1001000 0 11001 100011000 111001 110000

Color Harmonies of #9035BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9035BF

Black with #9035BF

Text Example


Text Example

White with #9035BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9035BF; }

 p { color: rgb(144,53,191); }

 H1.HeaderClassName
 {
   color: #9035BF;
 }
 .AnyTagClassName
 {
   color: #9035BF;
 }
</style>

background-color css

<style>
 a { background-color: #9035BF; }

 a { background-color: rgb(144,53,191); }

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

border-color css

<style>
 span { border-color: #9035BF; }

 span { border-color: rgb(144,53,191); }

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