Html Css Color HEX #9A35CF Dark Orchid

📋 copy color: '#9A35CF'

red 154 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #9A35CF

Tints of Dark Orchid #9A35CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 37.2%
G = 12.8%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A35CF (or 0x9A35CF) is known color: Dark Orchid. HEX triplet: 9A, 35 and CF. RGB value is (154,53,207). Sum of RGB (Red+Green+Blue) = 154+53+207=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A35CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A35CF is #65CA30. Grayscale: #646464. Windows color (decimal): -6670897 or 13579674. OLE color: 13579674.

HSL color Cylindrical-coordinate representation of color #9A35CF: hue angle of 279.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A35CF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 53 207 -
CMYK 0.26 0.74 0 0.19
HSL 279.35º 0.62% 0.51% -
HSV(B) 279.35º 0.74% 0.81% -
XYZ 25.86 13.92 60.36 -
YUV 100.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 154 53 207 0.26 0.74 0 0.19 279.35 0.62 0.51
Hex 9A 35 CF 1A 4A 0 13 117 3E 33
Octal 232 65 317 32 112 0 23 427 76 63
Binary 10011010 110101 11001111 11010 1001010 0 10011 100010111 111110 110011

Color Harmonies of #9A35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A35CF

Black with #9A35CF

Text Example


Text Example

White with #9A35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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