Html Css Color HEX #9435BA Dark Orchid

📋 copy color: '#9435BA'

red 148 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #9435BA

Tints of Dark Orchid #9435BA

RGB

 RED value IS 148 (58.2% from 255) = 38.24%

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 38.24%
G = 13.7%
B = 48.06%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9435BA (or 0x9435BA) is known color: Dark Orchid. HEX triplet: 94, 35 and BA. RGB value is (148,53,186). Sum of RGB (Red+Green+Blue) = 148+53+186=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9435BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9435BA is #6BCA45. Grayscale: #606060. Windows color (decimal): -7064134 or 12203412. OLE color: 12203412.

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

Color convert

RGB 148 53 186 -
CMYK 0.20 0.72 0 0.27
HSL 282.86º 0.56% 0.47% -
HSV(B) 282.86º 0.72% 0.73% -
XYZ 22.35 12.39 47.67 -
YUV 96.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 148 53 186 0.20 0.72 0 0.27 282.86 0.56 0.47
Hex 94 35 BA 14 48 0 1B 11B 38 2F
Octal 224 65 272 24 110 0 33 433 70 57
Binary 10010100 110101 10111010 10100 1001000 0 11011 100011011 111000 101111

Color Harmonies of #9435BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9435BA

Black with #9435BA

Text Example


Text Example

White with #9435BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9435BA; }

 p { color: rgb(148,53,186); }

 H1.HeaderClassName
 {
   color: #9435BA;
 }
 .AnyTagClassName
 {
   color: #9435BA;
 }
</style>

background-color css

<style>
 a { background-color: #9435BA; }

 a { background-color: rgb(148,53,186); }

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

border-color css

<style>
 span { border-color: #9435BA; }

 span { border-color: rgb(148,53,186); }

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