Html Css Color HEX #9A35BE Dark Orchid

📋 copy color: '#9A35BE'

red 154 ◦ green 53 ◦ blue 190

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

Shades of Dark Orchid #9A35BE

Tints of Dark Orchid #9A35BE

RGB

 RED value IS 154 (60.55% from 255) = 38.79%

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 38.79%
G = 13.35%
B = 47.86%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A35BE (or 0x9A35BE) is known color: Dark Orchid. HEX triplet: 9A, 35 and BE. RGB value is (154,53,190). Sum of RGB (Red+Green+Blue) = 154+53+190=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A35BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A35BE is #65CA41. Grayscale: #626262. Windows color (decimal): -6670914 or 12465562. OLE color: 12465562.

HSL color Cylindrical-coordinate representation of color #9A35BE: hue angle of 284.23º degrees, saturation: 0.56, 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 #9A35BE is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 53 190 -
CMYK 0.19 0.72 0 0.25
HSL 284.23º 0.56% 0.48% -
HSV(B) 284.23º 0.72% 0.75% -
XYZ 23.89 13.13 49.99 -
YUV 98.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 154 53 190 0.19 0.72 0 0.25 284.23 0.56 0.48
Hex 9A 35 BE 13 48 0 19 11C 38 30
Octal 232 65 276 23 110 0 31 434 70 60
Binary 10011010 110101 10111110 10011 1001000 0 11001 100011100 111000 110000

Color Harmonies of #9A35BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A35BE

Black with #9A35BE

Text Example


Text Example

White with #9A35BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A35BE; }

 p { color: rgb(154,53,190); }

 H1.HeaderClassName
 {
   color: #9A35BE;
 }
 .AnyTagClassName
 {
   color: #9A35BE;
 }
</style>

background-color css

<style>
 a { background-color: #9A35BE; }

 a { background-color: rgb(154,53,190); }

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

border-color css

<style>
 span { border-color: #9A35BE; }

 span { border-color: rgb(154,53,190); }

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