Html Css Color HEX #9435BB Dark Orchid

📋 copy color: '#9435BB'

red 148 ◦ green 53 ◦ blue 187

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

Shades of Dark Orchid #9435BB

Tints of Dark Orchid #9435BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 38.14%
G = 13.66%
B = 48.2%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9435BB (or 0x9435BB) is known color: Dark Orchid. HEX triplet: 94, 35 and BB. RGB value is (148,53,187). Sum of RGB (Red+Green+Blue) = 148+53+187=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #9435BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9435BB is #6BCA44. Grayscale: #606060. Windows color (decimal): -7064133 or 12268948. OLE color: 12268948.

HSL color Cylindrical-coordinate representation of color #9435BB: hue angle of 282.54º 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 #9435BB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 53 187 -
CMYK 0.21 0.72 0 0.27
HSL 282.54º 0.56% 0.47% -
HSV(B) 282.54º 0.72% 0.73% -
XYZ 22.46 12.43 48.23 -
YUV 96.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 148 53 187 0.21 0.72 0 0.27 282.54 0.56 0.47
Hex 94 35 BB 15 48 0 1B 11B 38 2F
Octal 224 65 273 25 110 0 33 433 70 57
Binary 10010100 110101 10111011 10101 1001000 0 11011 100011011 111000 101111

Color Harmonies of #9435BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9435BB

Black with #9435BB

Text Example


Text Example

White with #9435BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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